Class: Aws::BedrockAgentCore::Errors::RetryableConflictException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::BedrockAgentCore::Errors::RetryableConflictException
- Defined in:
- sig/errors.rbs,
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 '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 |
# File 'lib/aws-sdk-bedrockagentcore/errors.rb', line 152
def message: () -> ::String
|
#retryable? ⇒ Boolean
156 157 158 |
# File 'lib/aws-sdk-bedrockagentcore/errors.rb', line 156 def retryable? true end |