Class: Aws::Support::Errors::AttachmentIdNotFound

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AttachmentIdNotFound.

Parameters:



52
53
54
# File 'gems/aws-sdk-support/lib/aws-sdk-support/errors.rb', line 52

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

Instance Method Details

#messageString

Returns:

  • (String)


57
58
59
# File 'gems/aws-sdk-support/lib/aws-sdk-support/errors.rb', line 57

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