Class: Aws::Greengrass::Errors::InternalServerErrorException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Greengrass::Errors::InternalServerErrorException
- Defined in:
- lib/aws-sdk-greengrass/errors.rb
Instance Method Summary collapse
- #error_details ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerErrorException
constructor
A new instance of InternalServerErrorException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerErrorException
Returns a new instance of InternalServerErrorException.
64 65 66 |
# File 'lib/aws-sdk-greengrass/errors.rb', line 64 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_details ⇒ String
69 70 71 |
# File 'lib/aws-sdk-greengrass/errors.rb', line 69 def error_details @data[:error_details] end |
#message ⇒ String
74 75 76 |
# File 'lib/aws-sdk-greengrass/errors.rb', line 74 def @message || @data[:message] end |