Class: Aws::Support::Errors::AttachmentIdNotFound
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Support::Errors::AttachmentIdNotFound
- Defined in:
- lib/aws-sdk-support/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AttachmentIdNotFound
constructor
A new instance of AttachmentIdNotFound.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AttachmentIdNotFound
Returns a new instance of AttachmentIdNotFound.
52 53 54 |
# File 'lib/aws-sdk-support/errors.rb', line 52 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
57 58 59 |
# File 'lib/aws-sdk-support/errors.rb', line 57 def @message || @data[:message] end |