Class: Aws::PinpointSMSVoiceV2::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::ConflictException
- 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
-
#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
402 403 404 405 406 407 408 409 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 402 class ConflictException < Struct.new( :message, :reason, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the exception.
402 403 404 405 406 407 408 409 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 402 class ConflictException < Struct.new( :message, :reason, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The unique identifier of the request.
402 403 404 405 406 407 408 409 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 402 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.
402 403 404 405 406 407 408 409 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 402 class ConflictException < Struct.new( :message, :reason, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |