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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9162
9163
9164
9165
9166
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9162

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