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
12044 12045 12046 12047 12048 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12044 class ResourceNotFoundFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |