Class: Aws::Lambda::Errors::SubnetIPAddressLimitReachedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::SubnetIPAddressLimitReachedException
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SubnetIPAddressLimitReachedException
constructor
A new instance of SubnetIPAddressLimitReachedException.
-
#message ⇒ String
-
#type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SubnetIPAddressLimitReachedException
Returns a new instance of SubnetIPAddressLimitReachedException.
911 912 913 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 911 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
921 922 923 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 921 def @message || @data[:message] end |
#type ⇒ String
916 917 918 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 916 def type @data[:type] end |