Class: Aws::AppRegistry::Errors::ServiceQuotaExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceQuotaExceededException.

Parameters:



93
94
95
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/errors.rb', line 93

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

Instance Method Details

#messageString

Returns:

  • (String)


98
99
100
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/errors.rb', line 98

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