Class: Aws::Glue::Types::IdempotentParameterMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::IdempotentParameterMismatchException
- 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
-
#message ⇒ String
A message describing the problem.
Instance Attribute Details
#message ⇒ String
A message describing the problem.
15425 15426 15427 15428 15429 |
# File 'lib/aws-sdk-glue/types.rb', line 15425 class IdempotentParameterMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |