Class: Aws::Kendra::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
The resource you want to use doesn’t exist. Please check you have provided the correct resource and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8500 8501 8502 8503 8504 |
# File 'lib/aws-sdk-kendra/types.rb', line 8500 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |