Class: Aws::ServerlessApplicationRepository::Errors::InternalServerErrorException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ServerlessApplicationRepository::Errors::InternalServerErrorException
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/errors.rb
Instance Method Summary collapse
- #error_code ⇒ 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.
108 109 110 |
# File 'lib/aws-sdk-serverlessapplicationrepository/errors.rb', line 108 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
113 114 115 |
# File 'lib/aws-sdk-serverlessapplicationrepository/errors.rb', line 113 def error_code @data[:error_code] end |
#message ⇒ String
118 119 120 |
# File 'lib/aws-sdk-serverlessapplicationrepository/errors.rb', line 118 def @message || @data[:message] end |