Class: Aws::AutoScaling::Types::ActiveInstanceRefreshNotFoundFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::ActiveInstanceRefreshNotFoundFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
The request failed because an active instance refresh or rollback for the specified Auto Scaling group was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
62 63 64 65 66 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 62 class ActiveInstanceRefreshNotFoundFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |