Class: Aws::AutoScaling::Types::ScalingActivityInProgressFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::ScalingActivityInProgressFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
The operation can’t be performed because there are scaling activities in progress.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6928 6929 6930 6931 6932 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 6928 class ScalingActivityInProgressFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |