Class: Aws::ARCRegionswitch::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::ConflictException
- Defined in:
- gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb
Overview
The client token was already used with different request parameters. A client token must map to the same parameters for every request. To retry this operation, provide a new client token.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#resource_id ⇒ String
The identifier of the resource involved in the client token conflict.
-
#resource_type ⇒ String
The type of the resource involved in the client token conflict.
Instance Attribute Details
#message ⇒ String
453 454 455 456 457 458 459 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 453 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource involved in the client token conflict.
453 454 455 456 457 458 459 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 453 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource involved in the client token conflict.
453 454 455 456 457 458 459 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 453 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |