Class: Aws::Glue::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ConflictException
- Defined in:
- gems/aws-sdk-glue/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.
2424 2425 2426 2427 2428 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2424 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |