Class: Aws::DatabaseMigrationService::Types::DefaultErrorDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Provides error information about a schema conversion operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message.

Returns:

  • (String)


2099
2100
2101
2102
2103
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2099

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