Class: Aws::BedrockDataAutomationRuntime::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomationRuntime::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-bedrockdataautomationruntime/lib/aws-sdk-bedrockdataautomationruntime/types.rb
Overview
This exception will be thrown when customer reached API TPS limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
514 515 516 517 518 |
# File 'gems/aws-sdk-bedrockdataautomationruntime/lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 514 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |