Module: Aws::Greengrass::Client::_GetDeploymentStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDeploymentStatusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #deployment_status ⇒ ::String
- #deployment_type ⇒ "NewDeployment", ...
- #error_details ⇒ ::Array[Types::ErrorDetail]
- #error_message ⇒ ::String
- #updated_at ⇒ ::String
Instance Method Details
#deployment_status ⇒ ::String
723 |
# File 'sig/client.rbs', line 723
def deployment_status: () -> ::String
|
#deployment_type ⇒ "NewDeployment", ...
724 |
# File 'sig/client.rbs', line 724
def deployment_type: () -> ("NewDeployment" | "Redeployment" | "ResetDeployment" | "ForceResetDeployment")
|
#error_details ⇒ ::Array[Types::ErrorDetail]
725 |
# File 'sig/client.rbs', line 725
def error_details: () -> ::Array[Types::ErrorDetail]
|
#error_message ⇒ ::String
726 |
# File 'sig/client.rbs', line 726
def error_message: () -> ::String
|
#updated_at ⇒ ::String
727 |
# File 'sig/client.rbs', line 727
def updated_at: () -> ::String
|