Class: Aws::Lambda::Errors::S3FilesMountTimeoutException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::S3FilesMountTimeoutException
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ S3FilesMountTimeoutException
constructor
A new instance of S3FilesMountTimeoutException.
-
#message ⇒ String
-
#type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ S3FilesMountTimeoutException
Returns a new instance of S3FilesMountTimeoutException.
854 855 856 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 854 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
864 865 866 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 864 def @message || @data[:message] end |
#type ⇒ String
859 860 861 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 859 def type @data[:type] end |