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)


7226
7227
7228
7229
7230
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7226

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