Class: Aws::SSMContacts::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb

Overview

Updating or deleting a resource causes an inconsistent state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dependent_entitiesArray<Types::DependentEntity>

List of dependent entities containing information on relation type and resourceArns linked to the resource in use

Returns:



141
142
143
144
145
146
147
148
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 141

class ConflictException < Struct.new(
  :message,
  :resource_id,
  :resource_type,
  :dependent_entities)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


141
142
143
144
145
146
147
148
# File 'gems/aws-sdk-ssmcontacts/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_idString

Identifier of the resource in use

Returns:

  • (String)


141
142
143
144
145
146
147
148
# File 'gems/aws-sdk-ssmcontacts/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_typeString

Type of the resource in use

Returns:

  • (String)


141
142
143
144
145
146
147
148
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 141

class ConflictException < Struct.new(
  :message,
  :resource_id,
  :resource_type,
  :dependent_entities)
  SENSITIVE = []
  include Aws::Structure
end