Class: Aws::IVSRealTime::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/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.
2349 2350 2351 2352 2353 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 2349 class ServiceQuotaExceededException < Struct.new( :exception_message) SENSITIVE = [] include Aws::Structure end |