Class: Aws::DynamoDB::Types::ExportConflictException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


3503
3504
3505
3506
3507
# File 'lib/aws-sdk-dynamodb/types.rb', line 3503

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