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