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
2433 2434 2435 2436 2437 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2433 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |