Class: Aws::BedrockAgentCore::Errors::RetryableConflictException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::BedrockAgentCore::Errors::RetryableConflictException
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RetryableConflictException
constructor
A new instance of RetryableConflictException.
-
#message ⇒ String
-
#retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RetryableConflictException
Returns a new instance of RetryableConflictException.
147 148 149 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/errors.rb', line 147 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
152 153 154 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/errors.rb', line 152 def @message || @data[:message] end |
#retryable? ⇒ Boolean
156 157 158 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/errors.rb', line 156 def retryable? true end |