Class: Aws::LakeFormation::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Multiple resources exist with the same Amazon S3 location
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.
456 457 458 459 460 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 456 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |