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
6463 6464 6465 6466 6467 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6463 class FailedDependencyFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |