Class: Aws::DatabaseMigrationService::Types::S3ResourceNotFoundFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::S3ResourceNotFoundFault
- 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
#message ⇒ String
11990 11991 11992 11993 11994 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11990 class S3ResourceNotFoundFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |