Class: Aws::SSMContacts::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ConflictException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Updating or deleting a resource causes an inconsistent state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dependent_entities ⇒ Array<Types::DependentEntity>
List of dependent entities containing information on relation type and resourceArns linked to the resource in use.
- #message ⇒ String
-
#resource_id ⇒ String
Identifier of the resource in use.
-
#resource_type ⇒ String
Type of the resource in use.
Instance Attribute Details
#dependent_entities ⇒ Array<Types::DependentEntity>
List of dependent entities containing information on relation type and resourceArns linked to the resource in use
141 142 143 144 145 146 147 148 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 141 class ConflictException < Struct.new( :message, :resource_id, :resource_type, :dependent_entities) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
141 142 143 144 145 146 147 148 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 141 class ConflictException < Struct.new( :message, :resource_id, :resource_type, :dependent_entities) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Identifier of the resource in use
141 142 143 144 145 146 147 148 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 141 class ConflictException < Struct.new( :message, :resource_id, :resource_type, :dependent_entities) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of the resource in use
141 142 143 144 145 146 147 148 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 141 class ConflictException < Struct.new( :message, :resource_id, :resource_type, :dependent_entities) SENSITIVE = [] include Aws::Structure end |