Class: Aws::DatabaseMigrationService::Types::S3ResourceNotFoundFault

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

A specified Amazon S3 bucket, bucket folder, or other object can’t be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


11521
11522
11523
11524
11525
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11521

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