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. Check the ARN and try your request again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1932 1933 1934 1935 1936 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1932 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |