Class: Aws::BedrockDataAutomation::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb

Overview

This exception is thrown when the number of requests exceeds the limit

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Non Blank String

Returns:

  • (String)


1701
1702
1703
1704
1705
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1701

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