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

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

Overview

The throttling rate limit is met.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1390
1391
1392
1393
1394
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1390

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