Class: Aws::BedrockAgent::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/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
3231 3232 3233 3234 3235 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3231 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |