Class: Aws::Lambda::Errors::EFSIOException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::EFSIOException
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EFSIOException
constructor
A new instance of EFSIOException.
-
#message ⇒ String
-
#type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EFSIOException
Returns a new instance of EFSIOException.
204 205 206 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 204 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
214 215 216 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 214 def @message || @data[:message] end |
#type ⇒ String
209 210 211 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 209 def type @data[:type] end |