Class: Aws::IVS::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exception_message ⇒ String
Request would cause a service quota to be exceeded.
Instance Attribute Details
#exception_message ⇒ String
Request would cause a service quota to be exceeded.
1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-ivs/types.rb', line 1738 class ServiceQuotaExceededException < Struct.new( :exception_message) SENSITIVE = [] include Aws::Structure end |