Class: Aws::Lambda::Errors::SubnetIPAddressLimitReachedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::SubnetIPAddressLimitReachedException
- Defined in:
- 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.
785 786 787 |
# File 'lib/aws-sdk-lambda/errors.rb', line 785 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
795 796 797 |
# File 'lib/aws-sdk-lambda/errors.rb', line 795 def @message || @data[:message] end |
#type ⇒ String
790 791 792 |
# File 'lib/aws-sdk-lambda/errors.rb', line 790 def type @data[:type] end |