Class: Aws::BedrockAgentRuntime::Types::DependencyFailedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::DependencyFailedException
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
There was an issue with a dependency. Check the resource configurations and retry the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message ⇒ String
-
#resource_name ⇒ String
The name of the dependency that caused the issue, such as Amazon Bedrock, Lambda, or STS.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
1376 1377 1378 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1376 def event_type @event_type end |
#message ⇒ String
1376 1377 1378 1379 1380 1381 1382 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1376 class DependencyFailedException < Struct.new( :message, :resource_name, :event_type) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the dependency that caused the issue, such as Amazon Bedrock, Lambda, or STS.
1376 1377 1378 1379 1380 1381 1382 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1376 class DependencyFailedException < Struct.new( :message, :resource_name, :event_type) SENSITIVE = [] include Aws::Structure end |