Class: Aws::GuardDuty::Errors::InternalServerErrorException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::GuardDuty::Errors::InternalServerErrorException
- Defined in:
- lib/aws-sdk-guardduty/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerErrorException
constructor
A new instance of InternalServerErrorException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerErrorException
Returns a new instance of InternalServerErrorException.
107 108 109 |
# File 'lib/aws-sdk-guardduty/errors.rb', line 107 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
112 113 114 |
# File 'lib/aws-sdk-guardduty/errors.rb', line 112 def @message || @data[:message] end |
#type ⇒ String
117 118 119 |
# File 'lib/aws-sdk-guardduty/errors.rb', line 117 def type @data[:type] end |