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