Class: Aws::WellArchitected::Types::ConflictException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wellarchitected/types.rb

Overview

The resource has already been processed, was deleted, or is too large.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Description of the error.

Returns:

  • (String)


1102
1103
1104
1105
1106
1107
1108
# File 'lib/aws-sdk-wellarchitected/types.rb', line 1102

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

#resource_id ⇒ String

Identifier of the resource affected.

Returns:

  • (String)


1102
1103
1104
1105
1106
1107
1108
# File 'lib/aws-sdk-wellarchitected/types.rb', line 1102

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

#resource_type ⇒ String

Type of the resource affected.

Returns:

  • (String)


1102
1103
1104
1105
1106
1107
1108
# File 'lib/aws-sdk-wellarchitected/types.rb', line 1102

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