Method: Aws::MWAA::Types::RestApiClientException#rest_api_response

Defined in:
lib/aws-sdk-mwaa/types.rb

#rest_api_responseHash, ...

The error response data from the Apache Airflow REST API call, provided as a JSON object.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


1354
1355
1356
1357
1358
1359
# File 'lib/aws-sdk-mwaa/types.rb', line 1354

class RestApiClientException < Struct.new(
  :rest_api_status_code,
  :rest_api_response)
  SENSITIVE = [:rest_api_response]
  include Aws::Structure
end