Class: Aws::LocationService::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
The resource that you’ve entered was not found in your AWS account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5451 5452 5453 5454 5455 |
# File 'lib/aws-sdk-locationservice/types.rb', line 5451 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |