Class: Aws::MQ::Errors::NotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-mq/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException

Returns a new instance of NotFoundException.

Parameters:



128
129
130
# File 'lib/aws-sdk-mq/errors.rb', line 128

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#error_attributeString

Returns:

  • (String)


133
134
135
# File 'lib/aws-sdk-mq/errors.rb', line 133

def error_attribute
  @data[:error_attribute]
end

#messageString

Returns:

  • (String)


138
139
140
# File 'lib/aws-sdk-mq/errors.rb', line 138

def message
  @message || @data[:message]
end