Class: Aws::BedrockAgentCoreControl::Errors::ThrottledException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::BedrockAgentCoreControl::Errors::ThrottledException
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottledException
constructor
A new instance of ThrottledException.
-
#message ⇒ String
-
#retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottledException
Returns a new instance of ThrottledException.
256 257 258 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/errors.rb', line 256 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
261 262 263 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/errors.rb', line 261 def @message || @data[:message] end |
#retryable? ⇒ Boolean
265 266 267 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/errors.rb', line 265 def retryable? true end |