Class: Aws::Lambda::Errors::InvalidSubnetIDException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Lambda::Errors::InvalidSubnetIDException
- Defined in:
- sig/errors.rbs,
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.
603 604 605 |
# File 'lib/aws-sdk-lambda/errors.rb', line 603 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
613 |
# File 'lib/aws-sdk-lambda/errors.rb', line 613
def message: () -> ::String
|
#type ⇒ String
608 |
# File 'lib/aws-sdk-lambda/errors.rb', line 608
def type: () -> ::String
|