Module: Aws::BedrockDataAutomationRuntime::Client::_GetDataAutomationStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataAutomationStatusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #error_message ⇒ ::String
- #error_type ⇒ ::String
- #job_completion_time ⇒ ::Time
- #job_duration_in_seconds ⇒ ::Integer
- #job_submission_time ⇒ ::Time
- #output_configuration ⇒ Types::OutputConfiguration
- #status ⇒ "Created", ...
Instance Method Details
#error_message ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def error_message: () -> ::String
|
#error_type ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def error_type: () -> ::String
|
#job_completion_time ⇒ ::Time
89 |
# File 'sig/client.rbs', line 89
def job_completion_time: () -> ::Time
|
#job_duration_in_seconds ⇒ ::Integer
90 |
# File 'sig/client.rbs', line 90
def job_duration_in_seconds: () -> ::Integer
|
#job_submission_time ⇒ ::Time
88 |
# File 'sig/client.rbs', line 88
def job_submission_time: () -> ::Time
|
#output_configuration ⇒ Types::OutputConfiguration
87 |
# File 'sig/client.rbs', line 87
def output_configuration: () -> Types::OutputConfiguration
|
#status ⇒ "Created", ...
84 |
# File 'sig/client.rbs', line 84
def status: () -> ("Created" | "InProgress" | "Success" | "ServiceError" | "ClientError")
|