Class: Aws::Lambda::Errors::EFSMountFailureException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::EFSMountFailureException
- Defined in:
- lib/aws-sdk-lambda/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EFSMountFailureException
constructor
A new instance of EFSMountFailureException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EFSMountFailureException
Returns a new instance of EFSMountFailureException.
245 246 247 |
# File 'lib/aws-sdk-lambda/errors.rb', line 245 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
255 256 257 |
# File 'lib/aws-sdk-lambda/errors.rb', line 255 def @message || @data[:message] end |
#type ⇒ String
250 251 252 |
# File 'lib/aws-sdk-lambda/errors.rb', line 250 def type @data[:type] end |