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.
146 147 148 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/errors.rb', line 146 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
151 152 153 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/errors.rb', line 151 def @message || @data[:message] end |
#retryable? ⇒ Boolean
155 156 157 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/errors.rb', line 155 def retryable? true end |