Class: Aws::DatabaseMigrationService::Types::FailedDependencyFault

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


6315
6316
6317
6318
6319
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6315

class FailedDependencyFault < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end