Class: Aws::OAM::Types::ConflictException

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

Overview

A resource was in an inconsistent state during an update or a deletion.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amzn_error_typeString

The name of the exception.

Returns:

  • (String)


25
26
27
28
29
30
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 25

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

#messageString

Returns:

  • (String)


25
26
27
28
29
30
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 25

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