Class: Aws::BedrockDataAutomationRuntime::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomationRuntime::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 514 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |