Class: Aws::EFS::Errors::SubnetNotFound
- Inherits:
-
ServiceError
- Object
- Aws::Errors::ServiceError
- ServiceError
- Aws::EFS::Errors::SubnetNotFound
- Defined in:
- sig/errors.rbs,
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 |
# File 'lib/aws-sdk-efs/errors.rb', line 609
def error_code: () -> ::String
|
#message ⇒ String
614 |
# File 'lib/aws-sdk-efs/errors.rb', line 614
def message: () -> ::String
|