Class: Aws::Lambda::Errors::ResourceNotReadyException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::ResourceNotReadyException
- Defined in:
- lib/aws-sdk-lambda/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotReadyException
constructor
A new instance of ResourceNotReadyException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotReadyException
Returns a new instance of ResourceNotReadyException.
685 686 687 |
# File 'lib/aws-sdk-lambda/errors.rb', line 685 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
695 696 697 |
# File 'lib/aws-sdk-lambda/errors.rb', line 695 def @message || @data[:message] end |
#type ⇒ String
690 691 692 |
# File 'lib/aws-sdk-lambda/errors.rb', line 690 def type @data[:type] end |