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
1925 |
# File 'sig/client.rbs', line 1925
def completed_on: () -> ::Time
|
#failure_reason ⇒ ::String
1926 |
# File 'sig/client.rbs', line 1926
def failure_reason: () -> ::String
|
#started_on ⇒ ::Time
1924 |
# File 'sig/client.rbs', line 1924
def started_on: () -> ::Time
|
#status ⇒ "RUNNING", ...
1923 |
# File 'sig/client.rbs', line 1923
def status: () -> ("RUNNING" | "SUCCEEDED" | "FAILED")
|