Class: Aws::LexModelsV2::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
You asked to describe a resource that doesn’t exist. Check the resource that you are requesting and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11718 11719 11720 11721 11722 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11718 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |