Class: Aws::S3Control::Errors::NotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NotFoundException.

Parameters:



179
180
181
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/errors.rb', line 179

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

Instance Method Details

#messageString

Returns:

  • (String)


184
185
186
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/errors.rb', line 184

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