Class: Aws::IoTManagedIntegrations::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/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
4183 4184 4185 4186 4187 4188 4189 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4183 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Id of the affected resource
4183 4184 4185 4186 4187 4188 4189 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4183 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of the affected resource
4183 4184 4185 4186 4187 4188 4189 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4183 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |