Class: Aws::AutoScaling::Types::IdempotentParameterMismatchError

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-autoscaling/types.rb

Overview

Indicates that the parameters in the current request do not match the parameters from a previous request with the same client token within the idempotency window.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3456
3457
3458
3459
3460
# File 'lib/aws-sdk-autoscaling/types.rb', line 3456

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