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)


2509
2510
2511
2512
2513
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2509

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