Class: Aws::BedrockRuntime::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
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

[1]: docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-resource-not-found

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString



3645
3646
3647
3648
3649
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3645

class ResourceNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end