Class: Aws::AutoScaling::Errors::ActiveInstanceRefreshNotFoundFault Deprecated
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::AutoScaling::Errors::ActiveInstanceRefreshNotFoundFault
- Defined in:
- lib/aws-sdk-autoscaling/errors.rb
Overview
Deprecated.
This error class is not used during parsing. Please use ‘ActiveInstanceRefreshNotFound` instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ActiveInstanceRefreshNotFoundFault
constructor
A new instance of ActiveInstanceRefreshNotFoundFault.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ActiveInstanceRefreshNotFoundFault
64 65 66 |
# File 'lib/aws-sdk-autoscaling/errors.rb', line 64 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
69 70 71 |
# File 'lib/aws-sdk-autoscaling/errors.rb', line 69 def || @data[:message] end |