Class: Aws::IoTFleetWise::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
The resource wasn’t found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The identifier of the resource that wasn’t found.
-
#resource_type ⇒ String
The type of resource that wasn’t found.
Instance Attribute Details
#message ⇒ String
3865 3866 3867 3868 3869 3870 3871 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3865 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource that wasn’t found.
3865 3866 3867 3868 3869 3870 3871 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3865 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource that wasn’t found.
3865 3866 3867 3868 3869 3870 3871 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3865 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |