Class: Aws::Lambda::Errors::InvalidSubnetIDException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::InvalidSubnetIDException
- Defined in:
- lib/aws-sdk-lambda/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidSubnetIDException
constructor
A new instance of InvalidSubnetIDException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidSubnetIDException
Returns a new instance of InvalidSubnetIDException.
405 406 407 |
# File 'lib/aws-sdk-lambda/errors.rb', line 405 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
415 416 417 |
# File 'lib/aws-sdk-lambda/errors.rb', line 415 def @message || @data[:message] end |
#type ⇒ String
410 411 412 |
# File 'lib/aws-sdk-lambda/errors.rb', line 410 def type @data[:type] end |