Class: Aws::SSM::Types::IdempotentParameterMismatch

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

Overview

Error returned when an idempotent operation is retried and the parameters don’t match the original call to the API with the same idempotency token.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8183
8184
8185
8186
# File 'lib/aws-sdk-ssm/types.rb', line 8183

class IdempotentParameterMismatch < Struct.new(
  :message)
  include Aws::Structure
end