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
12961 12962 12963 12964 12965 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12961 class S3AccessDeniedFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |