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
3662 3663 3664 3665 3666 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 3662 class IdempotentCallInProgressFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |