Class: Aws::BedrockAgentRuntime::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/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
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message ⇒ String
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
3858 3859 3860 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3858 def event_type @event_type end |
#message ⇒ String
3858 3859 3860 3861 3862 3863 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3858 class ResourceNotFoundException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |