Class: Aws::AutoScaling::Types::InstanceRefreshInProgressFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::InstanceRefreshInProgressFault
- Defined in:
- gems/aws-sdk-autoscaling/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
3859 3860 3861 3862 3863 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3859 class InstanceRefreshInProgressFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |