Class: Aws::CleanRooms::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ThrottlingException
- 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
#message ⇒ String
9262 9263 9264 9265 9266 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9262 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |