Class: Aws::DatabaseMigrationService::Types::FailedDependencyFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::FailedDependencyFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
A dependency threw an exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5961 5962 5963 5964 5965 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5961 class FailedDependencyFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |