Class: Aws::Outposts::Errors::ServiceQuotaExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceQuotaExceededException.

Parameters:



118
119
120
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/errors.rb', line 118

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

Instance Method Details

#messageString

Returns:

  • (String)


123
124
125
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/errors.rb', line 123

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