Class: Aws::Invoicing::Errors::InternalServerException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalServerException.

Parameters:



68
69
70
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/errors.rb', line 68

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

Instance Method Details

#messageString

Returns:

  • (String)


78
79
80
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/errors.rb', line 78

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

#retry_after_secondsString

Returns:

  • (String)


73
74
75
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/errors.rb', line 73

def retry_after_seconds
  @data[:retry_after_seconds]
end