Class: Aws::DynamoDB::Types::ImportNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ImportNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
The specified import was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4579 4580 4581 4582 4583 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4579 class ImportNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |