Class: Aws::Bedrock::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4946 4947 4948 4949 4950 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 4946 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |