Class: Aws::IVS::Errors::ServiceQuotaExceededException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException

Returns a new instance of ServiceQuotaExceededException.

Parameters:



142
143
144
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 142

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#exception_messageString

Returns:

  • (String)


147
148
149
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 147

def exception_message
  @data[:exception_message]
end