Class: Aws::DatabaseMigrationService::Types::DefaultErrorDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DefaultErrorDetails
- Defined in:
- gems/aws-sdk-databasemigrationservice/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.
2361 2362 2363 2364 2365 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2361 class DefaultErrorDetails < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |