Class: Aws::AppRegistry::Errors::InternalServerException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalServerException.

Parameters:



63
64
65
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/errors.rb', line 63

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

Instance Method Details

#messageString

Returns:

  • (String)


68
69
70
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/errors.rb', line 68

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