Class: Aws::EFS::Errors::AccessPointAlreadyExists
- Inherits:
-
ServiceError
- Object
- Aws::Errors::ServiceError
- ServiceError
- Aws::EFS::Errors::AccessPointAlreadyExists
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-efs/errors.rb
Instance Method Summary collapse
- #access_point_id ⇒ String
- #error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AccessPointAlreadyExists
constructor
A new instance of AccessPointAlreadyExists.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AccessPointAlreadyExists
Returns a new instance of AccessPointAlreadyExists.
74 75 76 |
# File 'lib/aws-sdk-efs/errors.rb', line 74 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#access_point_id ⇒ String
89 |
# File 'lib/aws-sdk-efs/errors.rb', line 89
def access_point_id: () -> ::String
|
#error_code ⇒ String
79 |
# File 'lib/aws-sdk-efs/errors.rb', line 79
def error_code: () -> ::String
|
#message ⇒ String
84 |
# File 'lib/aws-sdk-efs/errors.rb', line 84
def message: () -> ::String
|