Class: Aws::BedrockAgent::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
This exception is thrown when a resource referenced by the operation does not exist
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Non Blank String.
Instance Attribute Details
#message ⇒ String
Non Blank String
2776 2777 2778 2779 2780 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2776 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |