Class: Aws::Glue::Types::IdempotentParameterMismatchException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

The same unique identifier was associated with two different records.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


12835
12836
12837
12838
12839
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12835

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