Class: Aws::AutoScaling::Types::InstanceRefreshInProgressFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::InstanceRefreshInProgressFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
The request failed because an active instance refresh already exists for the specified Auto Scaling group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3681 3682 3683 3684 3685 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 3681 class InstanceRefreshInProgressFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |