Class: Aws::DynamoDB::Types::ExportNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ExportNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
The specified export was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3674 3675 3676 3677 3678 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 3674 class ExportNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |