Class: Aws::Lambda::Errors::ServiceQuotaExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceQuotaExceededException.

Parameters:



1063
1064
1065
# File 'lib/aws-sdk-lambda/errors.rb', line 1063

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

Instance Method Details

#messageString

Returns:

  • (String)


1073
1074
1075
# File 'lib/aws-sdk-lambda/errors.rb', line 1073

def message
  @message || @data[:message]
end

#typeString

Returns:

  • (String)


1068
1069
1070
# File 'lib/aws-sdk-lambda/errors.rb', line 1068

def type
  @data[:type]
end