Class: Aws::IoTManagedIntegrations::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
The specified resource does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
Id of the affected resource.
-
#resource_type ⇒ String
Type of the affected resource.
Instance Attribute Details
#message ⇒ String
4208 4209 4210 4211 4212 4213 4214 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4208 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Id of the affected resource
4208 4209 4210 4211 4212 4213 4214 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4208 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of the affected resource
4208 4209 4210 4211 4212 4213 4214 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4208 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |