Class: Aws::CleanRooms::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Updating or deleting a resource can cause an inconsistent state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#reason ⇒ String
A reason code for the exception.
-
#resource_id ⇒ String
The ID of the conflicting resource.
-
#resource_type ⇒ String
The type of the conflicting resource.
Instance Attribute Details
#message ⇒ String
3350 3351 3352 3353 3354 3355 3356 3357 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3350 class ConflictException < Struct.new( :message, :resource_id, :resource_type, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
A reason code for the exception.
3350 3351 3352 3353 3354 3355 3356 3357 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3350 class ConflictException < Struct.new( :message, :resource_id, :resource_type, :reason) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the conflicting resource.
3350 3351 3352 3353 3354 3355 3356 3357 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3350 class ConflictException < Struct.new( :message, :resource_id, :resource_type, :reason) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the conflicting resource.
3350 3351 3352 3353 3354 3355 3356 3357 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3350 class ConflictException < Struct.new( :message, :resource_id, :resource_type, :reason) SENSITIVE = [] include Aws::Structure end |