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.

Returns:

  • (String)


2956
2957
2958
2959
2960
# File 'lib/aws-sdk-glue/types.rb', line 2956

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