Class: Aws::Macie::Errors::InternalException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalException.

Parameters:



66
67
68
# File 'lib/aws-sdk-macie/errors.rb', line 66

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

Instance Method Details

#error_codeString

Returns:

  • (String)


71
72
73
# File 'lib/aws-sdk-macie/errors.rb', line 71

def error_code
  @data[:error_code]
end

#messageString

Returns:

  • (String)


76
77
78
# File 'lib/aws-sdk-macie/errors.rb', line 76

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