Class: Aws::Macie::Errors::InternalException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Macie::Errors::InternalException
- Defined in:
- lib/aws-sdk-macie/errors.rb
Instance Method Summary collapse
- #error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalException
constructor
A new instance of InternalException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalException
Returns a new instance of InternalException.
66 67 68 |
# File 'lib/aws-sdk-macie/errors.rb', line 66 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
71 72 73 |
# File 'lib/aws-sdk-macie/errors.rb', line 71 def error_code @data[:error_code] end |
#message ⇒ String
76 77 78 |
# File 'lib/aws-sdk-macie/errors.rb', line 76 def @message || @data[:message] end |