Class: Aws::MediaPackageV2::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagev2/types.rb
Overview
The request would cause a service quota to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3055 3056 3057 3058 3059 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 3055 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |