Class: Aws::PinpointSMSVoiceV2::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time or it could be that the requested action isn't valid for the current state or configuration of the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


314
315
316
317
318
319
320
321
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 314

class ConflictException < Struct.new(
  :message,
  :reason,
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for the exception.

Returns:

  • (String)


314
315
316
317
318
319
320
321
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 314

class ConflictException < Struct.new(
  :message,
  :reason,
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The unique identifier of the request.

Returns:

  • (String)


314
315
316
317
318
319
320
321
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 314

class ConflictException < Struct.new(
  :message,
  :reason,
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource that caused the exception.

Returns:

  • (String)


314
315
316
317
318
319
320
321
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 314

class ConflictException < Struct.new(
  :message,
  :reason,
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end