Class: Aws::TimestreamInfluxDB::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
The requested resource was not found or does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The identifier for the Timestream for InfluxDB resource associated with the request.
-
#resource_type ⇒ String
The type of Timestream for InfluxDB resource associated with the request.
Instance Attribute Details
#message ⇒ String
1235 1236 1237 1238 1239 1240 1241 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1235 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier for the Timestream for InfluxDB resource associated with the request.
1235 1236 1237 1238 1239 1240 1241 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1235 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of Timestream for InfluxDB resource associated with the request.
1235 1236 1237 1238 1239 1240 1241 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1235 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |