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
1319 1320 1321 1322 1323 |
# File 'lib/aws-sdk-chatbot/types.rb', line 1319 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |