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
325 326 327 328 329 330 331 332 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 325 class ConflictException < Struct.new( :message, :reason, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the exception.
325 326 327 328 329 330 331 332 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 325 class ConflictException < Struct.new( :message, :reason, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The unique identifier of the request.
325 326 327 328 329 330 331 332 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 325 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.
325 326 327 328 329 330 331 332 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 325 class ConflictException < Struct.new( :message, :reason, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |