Class: Aws::TimestreamWrite::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamwrite/types.rb
Overview
The operation tried to access a nonexistent resource. The resource might not be specified correctly, or its status might not be ACTIVE.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1343 1344 1345 1346 1347 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 1343 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |