Class: Aws::DynamoDB::Types::ImportNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ImportNotFoundException
- Defined in:
- gems/aws-sdk-dynamodb/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
4346 4347 4348 4349 4350 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4346 class ImportNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |