Class: Aws::DatabaseMigrationService::Types::DefaultErrorDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DefaultErrorDetails
- 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
-
#message ⇒ String
The error message.
Instance Attribute Details
#message ⇒ String
The error message.
2354 2355 2356 2357 2358 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2354 class DefaultErrorDetails < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |