Class: Aws::LookoutEquipment::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
The resource requested could not be found. Verify the resource ID and retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3815 3816 3817 3818 3819 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3815 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |