Class: Aws::EFS::Errors::SubnetNotFound
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::EFS::Errors::SubnetNotFound
- Defined in:
- lib/aws-sdk-efs/errors.rb
Instance Method Summary collapse
- #error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SubnetNotFound
constructor
A new instance of SubnetNotFound.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SubnetNotFound
Returns a new instance of SubnetNotFound.
604 605 606 |
# File 'lib/aws-sdk-efs/errors.rb', line 604 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
609 610 611 |
# File 'lib/aws-sdk-efs/errors.rb', line 609 def error_code @data[:error_code] end |
#message ⇒ String
614 615 616 |
# File 'lib/aws-sdk-efs/errors.rb', line 614 def @message || @data[:message] end |