Class: Aws::IVS::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivs/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)


1854
1855
1856
1857
1858
# File 'lib/aws-sdk-ivs/types.rb', line 1854

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