Class: Aws::CloudWatchOmni::Errors::InternalServerException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalServerException.

Parameters:



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

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

Instance Method Details

#error_code ⇒ String

Returns:

  • (String)


109
110
111
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/errors.rb', line 109

def error_code
  @data[:error_code]
end

#message ⇒ String

Returns:

  • (String)


104
105
106
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/errors.rb', line 104

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

#retryable? ⇒ Boolean

Returns:

  • (Boolean)


113
114
115
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/errors.rb', line 113

def retryable?
  true
end