Module: Aws::Glue::Client::_GetDataQualityModelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataQualityModelResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#completed_on ⇒ ::Time
1914 |
# File 'sig/client.rbs', line 1914
def completed_on: () -> ::Time
|
#failure_reason ⇒ ::String
1915 |
# File 'sig/client.rbs', line 1915
def failure_reason: () -> ::String
|
#started_on ⇒ ::Time
1913 |
# File 'sig/client.rbs', line 1913
def started_on: () -> ::Time
|
#status ⇒ "RUNNING", ...
1912 |
# File 'sig/client.rbs', line 1912
def status: () -> ("RUNNING" | "SUCCEEDED" | "FAILED")
|