Class: Aws::AutoScaling::Types::IdempotentCallInProgressFault

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

#messageString

Returns:

  • (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