Class: Aws::IVSRealTime::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exception_messageString

Request would cause a service quota to be exceeded.

Returns:

  • (String)


1651
1652
1653
1654
1655
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1651

class ServiceQuotaExceededException < Struct.new(
  :exception_message)
  SENSITIVE = []
  include Aws::Structure
end