Class: Aws::CleanRooms::Types::ThrottlingException

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

Overview

Request was denied due to request throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7353
7354
7355
7356
7357
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7353

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