Class: Aws::DatabaseMigrationService::Types::ResourceNotFoundFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ResourceNotFoundFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
The resource could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11438 11439 11440 11441 11442 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11438 class ResourceNotFoundFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |