Class: Aws::MediaConnect::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::TooManyRequestsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4101 4102 4103 4104 4105 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4101 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |