Class: Aws::WorkspacesInstances::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkspacesInstances::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesinstances/types.rb
Overview
Signals a conflict with the current state of the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Description of the conflict encountered.
-
#resource_id ⇒ String
Identifier of the conflicting resource.
-
#resource_type ⇒ String
Type of the conflicting resource.
Instance Attribute Details
#message ⇒ String
Description of the conflict encountered.
140 141 142 143 144 145 146 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 140 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Identifier of the conflicting resource.
140 141 142 143 144 145 146 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 140 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of the conflicting resource.
140 141 142 143 144 145 146 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 140 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |