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
2349 2350 2351 2352 2353 2354 2355 2356 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2349 class ConflictException < Struct.new( :message, :resource_id, :resource_type, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
A reason code for the exception.
2349 2350 2351 2352 2353 2354 2355 2356 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2349 class ConflictException < Struct.new( :message, :resource_id, :resource_type, :reason) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the conflicting resource.
2349 2350 2351 2352 2353 2354 2355 2356 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2349 class ConflictException < Struct.new( :message, :resource_id, :resource_type, :reason) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the conflicting resource.
2349 2350 2351 2352 2353 2354 2355 2356 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2349 class ConflictException < Struct.new( :message, :resource_id, :resource_type, :reason) SENSITIVE = [] include Aws::Structure end |