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
406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 406 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Identifier of the resource affected.
406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 406 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of the resource affected.
406 407 408 409 410 411 412 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 406 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |