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