Class: Aws::EFS::Errors::ReplicationNotFound
- Inherits:
-
ServiceError
- Object
- Aws::Errors::ServiceError
- ServiceError
- Aws::EFS::Errors::ReplicationNotFound
- 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) ⇒ ReplicationNotFound
constructor
A new instance of ReplicationNotFound.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ReplicationNotFound
Returns a new instance of ReplicationNotFound.
544 545 546 |
# File 'lib/aws-sdk-efs/errors.rb', line 544 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
549 |
# File 'lib/aws-sdk-efs/errors.rb', line 549
def error_code: () -> ::String
|
#message ⇒ String
554 |
# File 'lib/aws-sdk-efs/errors.rb', line 554
def message: () -> ::String
|