Class: Aws::EFS::Errors::FileSystemAlreadyExists
- Inherits:
-
ServiceError
- Object
- Aws::Errors::ServiceError
- ServiceError
- Aws::EFS::Errors::FileSystemAlreadyExists
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-efs/errors.rb
Instance Method Summary collapse
- #error_code ⇒ String
- #file_system_id ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ FileSystemAlreadyExists
constructor
A new instance of FileSystemAlreadyExists.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ FileSystemAlreadyExists
Returns a new instance of FileSystemAlreadyExists.
219 220 221 |
# File 'lib/aws-sdk-efs/errors.rb', line 219 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
224 |
# File 'lib/aws-sdk-efs/errors.rb', line 224
def error_code: () -> ::String
|
#file_system_id ⇒ String
234 |
# File 'lib/aws-sdk-efs/errors.rb', line 234
def file_system_id: () -> ::String
|
#message ⇒ String
229 |
# File 'lib/aws-sdk-efs/errors.rb', line 229
def message: () -> ::String
|