Class: Aws::DocDBElastic::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdbelastic/types.rb
Overview
There was an access conflict.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The ID of the resource where there was an access conflict.
-
#resource_type ⇒ String
The type of the resource where there was an access conflict.
Instance Attribute Details
#message ⇒ String
343 344 345 346 347 348 349 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 343 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource where there was an access conflict.
343 344 345 346 347 348 349 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 343 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource where there was an access conflict.
343 344 345 346 347 348 349 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 343 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |