Class: Aws::LexModelBuildingService::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::NotFoundException
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
The resource specified in the request was not found. Check the resource and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2790 2791 2792 2793 2794 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2790 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |