Class: Aws::Glue::Types::ConflictException

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

Overview

The ‘CreatePartitions` API was called on a table that has indexes enabled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.



3088
3089
3090
3091
3092
# File 'lib/aws-sdk-glue/types.rb', line 3088

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