Class: Aws::WorkSpacesThinClient::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesThinClient::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesthinclient/types.rb
Overview
The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The ID of the resource associated with the request.
-
#resource_type ⇒ String
The type of the resource associated with the request.
Instance Attribute Details
#message ⇒ String
43 44 45 46 47 48 49 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 43 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource associated with the request.
43 44 45 46 47 48 49 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 43 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource associated with the request.
43 44 45 46 47 48 49 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 43 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |