Class: Aws::BedrockRuntime::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
The specified resource ARN was not found. For troubleshooting this error, see [ResourceNotFound] in the Amazon Bedrock User Guide
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3645 3646 3647 3648 3649 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3645 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |