Class: Aws::DatabaseMigrationService::Types::S3AccessDeniedFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::S3AccessDeniedFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Insufficient privileges are preventing access to an Amazon S3 object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
12094 12095 12096 12097 12098 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12094 class S3AccessDeniedFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |