Class: Aws::ApplicationAutoScaling::Types::ConcurrentUpdateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationAutoScaling::Types::ConcurrentUpdateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationautoscaling/types.rb
Overview
Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
41 42 43 44 45 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 41 class ConcurrentUpdateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |