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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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)


3524
3525
3526
3527
3528
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3524

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