Class: Aws::AutoScaling::Types::IdempotentCallInProgressFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::IdempotentCallInProgressFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
The service is currently processing another request with the same client token. Retry the request with the same client token—the in-flight operation will complete and return its result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3619 3620 3621 3622 3623 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 3619 class IdempotentCallInProgressFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |