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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



16667
16668
16669
16670
16671
# File 'lib/aws-sdk-glue/types.rb', line 16667

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