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
6915 6916 6917 6918 6919 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 6915 class ScalingActivityInProgressFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |