Class: Aws::MediaConvert::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
13362 13363 13364 13365 13366 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13362 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |