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
11976 11977 11978 11979 11980 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11976 class S3AccessDeniedFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |