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.
93 94 95 |
# File 'lib/aws-sdk-mwaa/errors.rb', line 93 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#rest_api_response ⇒ String
103 104 105 |
# File 'lib/aws-sdk-mwaa/errors.rb', line 103 def rest_api_response @data[:rest_api_response] end |
#rest_api_status_code ⇒ String
98 99 100 |
# File 'lib/aws-sdk-mwaa/errors.rb', line 98 def rest_api_status_code @data[:rest_api_status_code] end |