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
11907 11908 11909 11910 11911 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11907 class ResourceNotFoundFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |