Class: Aws::Signer::Errors::ServiceLimitExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceLimitExceededException.

Parameters:



172
173
174
# File 'lib/aws-sdk-signer/errors.rb', line 172

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

Instance Method Details

#codeString

Returns:

  • (String)


182
183
184
# File 'lib/aws-sdk-signer/errors.rb', line 182

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

#messageString

Returns:

  • (String)


177
178
179
# File 'lib/aws-sdk-signer/errors.rb', line 177

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