Class: Aws::Chatbot::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
We were unable to find the resource for your request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1686 1687 1688 1689 1690 |
# File 'lib/aws-sdk-chatbot/types.rb', line 1686 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |