Class: Aws::PinpointSMSVoiceV2::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::ConflictException
- Includes:
- Structure
- Defined in:
- 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
- #message ⇒ String
-
#reason ⇒ String
The reason for the exception.
-
#resource_id ⇒ String
The unique identifier of the request.
-
#resource_type ⇒ String
The type of resource that caused the exception.
Instance Attribute Details
#message ⇒ String
314 315 316 317 318 319 320 321 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 314 class ConflictException < Struct.new( :message, :reason, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the exception.
314 315 316 317 318 319 320 321 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 314 class ConflictException < Struct.new( :message, :reason, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The unique identifier of the request.
314 315 316 317 318 319 320 321 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 314 class ConflictException < Struct.new( :message, :reason, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource that caused the exception.
314 315 316 317 318 319 320 321 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 314 class ConflictException < Struct.new( :message, :reason, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |