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
| 12333 12334 12335 12336 12337 | # File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12333 class S3ResourceNotFoundFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |