Class: Aws::DatabaseMigrationService::Types::AccessDeniedFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::AccessDeniedFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
DMS was denied access to the endpoint. Check that the role is correctly configured.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
21 22 23 24 25 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 21 class AccessDeniedFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |