Class: Aws::Greengrass::Errors::InternalServerErrorException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalServerErrorException.

Parameters:



64
65
66
# File 'lib/aws-sdk-greengrass/errors.rb', line 64

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

Instance Method Details

#error_detailsString

Returns:

  • (String)


69
70
71
# File 'lib/aws-sdk-greengrass/errors.rb', line 69

def error_details
  @data[:error_details]
end

#messageString

Returns:

  • (String)


74
75
76
# File 'lib/aws-sdk-greengrass/errors.rb', line 74

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