Class: Aws::WorkSpacesWeb::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
There is a conflict.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
Identifier of the resource affected.
-
#resource_type ⇒ String
Type of the resource affected.
Instance Attribute Details
#message ⇒ String
440 441 442 443 444 445 446 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 440 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Identifier of the resource affected.
440 441 442 443 444 445 446 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 440 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of the resource affected.
440 441 442 443 444 445 446 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 440 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |