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
8452 8453 8454 8455 8456 |
# File 'lib/aws-sdk-kendra/types.rb', line 8452 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |