Class: Aws::Greengrass::Errors::InternalServerErrorException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Greengrass::Errors::InternalServerErrorException
- Defined in:
- sig/errors.rbs,
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 |
# File 'lib/aws-sdk-greengrass/errors.rb', line 69
def error_details: () -> ::String
|
#message ⇒ String
74 |
# File 'lib/aws-sdk-greengrass/errors.rb', line 74
def message: () -> ::String
|