Class: Aws::MWAA::Errors::RestApiServerException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::MWAA::Errors::RestApiServerException
- Defined in:
- lib/aws-sdk-mwaa/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RestApiServerException
constructor
A new instance of RestApiServerException.
- #rest_api_response ⇒ String
- #rest_api_status_code ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RestApiServerException
Returns a new instance of RestApiServerException.
113 114 115 |
# File 'lib/aws-sdk-mwaa/errors.rb', line 113 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#rest_api_response ⇒ String
123 124 125 |
# File 'lib/aws-sdk-mwaa/errors.rb', line 123 def rest_api_response @data[:rest_api_response] end |
#rest_api_status_code ⇒ String
118 119 120 |
# File 'lib/aws-sdk-mwaa/errors.rb', line 118 def rest_api_status_code @data[:rest_api_status_code] end |