Class: Aws::Braket::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-braket/types.rb

Overview

The API throttling rate limit is exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1518
1519
1520
1521
1522
# File 'lib/aws-sdk-braket/types.rb', line 1518

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