Class: Aws::BedrockDataAutomationRuntime::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
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

#messageString



514
515
516
517
518
# File 'lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 514

class ThrottlingException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end