Class: Aws::MediaPackageV2::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagev2/types.rb
Overview
The request throughput limit was exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3176 3177 3178 3179 3180 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 3176 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |