Class: Aws::AutoScaling::Errors::AlreadyExistsFault Deprecated
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::AutoScaling::Errors::AlreadyExistsFault
- Defined in:
- lib/aws-sdk-autoscaling/errors.rb,
sig/errors.rbs
Overview
Deprecated.
This error class is not used during parsing.
Please use AlreadyExists instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AlreadyExistsFault
constructor
A new instance of AlreadyExistsFault.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AlreadyExistsFault
Returns a new instance of AlreadyExistsFault.
81 82 83 |
# File 'lib/aws-sdk-autoscaling/errors.rb', line 81 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
86 |
# File 'lib/aws-sdk-autoscaling/errors.rb', line 86
def message: () -> ::String
|