Class: Aws::MWAA::Errors::RestApiClientException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::MWAA::Errors::RestApiClientException
- Defined in:
- lib/aws-sdk-mwaa/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RestApiClientException
constructor
A new instance of RestApiClientException.
- #rest_api_response ⇒ String
- #rest_api_status_code ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RestApiClientException
Returns a new instance of RestApiClientException.
94 95 96 |
# File 'lib/aws-sdk-mwaa/errors.rb', line 94 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#rest_api_response ⇒ String
104 105 106 |
# File 'lib/aws-sdk-mwaa/errors.rb', line 104 def rest_api_response @data[:rest_api_response] end |
#rest_api_status_code ⇒ String
99 100 101 |
# File 'lib/aws-sdk-mwaa/errors.rb', line 99 def rest_api_status_code @data[:rest_api_status_code] end |