Class: Aws::AutoScaling::Types::ScalingActivityInProgressFault

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


6580
6581
6582
6583
6584
# File 'lib/aws-sdk-autoscaling/types.rb', line 6580

class ScalingActivityInProgressFault < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end