Class: Aws::TimestreamInfluxDB::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-timestreaminfluxdb/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
2785 2786 2787 2788 2789 2790 2791 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2785 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.
2785 2786 2787 2788 2789 2790 2791 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2785 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.
2785 2786 2787 2788 2789 2790 2791 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2785 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |