Class: Aws::DynamoDB::Types::ExportConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ExportConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
There was a conflict when writing to the specified S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3532 3533 3534 3535 3536 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 3532 class ExportConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |