Class: Aws::MQ::Types::ConflictException

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

Overview

Returns information about an error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_attributeString

Returns:

  • (String)


400
401
402
403
404
405
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 400

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

#messageString

Returns:

  • (String)


400
401
402
403
404
405
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 400

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