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