Class: Aws::Bedrock::Types::ThrottlingException

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

Overview

The number of requests exceeds the limit. Resubmit your request later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3081
3082
3083
3084
3085
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3081

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