Module: Aws::ResilienceHub::Client::_DescribeDraftAppVersionResourcesImportStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDraftAppVersionResourcesImportStatusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #app_arn ⇒ ::String
- #app_version ⇒ ::String
- #error_details ⇒ ::Array[Types::ErrorDetail]
- #error_message ⇒ ::String
- #status ⇒ "Pending", ...
- #status_change_time ⇒ ::Time
Instance Method Details
#app_arn ⇒ ::String
467 |
# File 'sig/client.rbs', line 467
def app_arn: () -> ::String
|
#app_version ⇒ ::String
468 |
# File 'sig/client.rbs', line 468
def app_version: () -> ::String
|
#error_details ⇒ ::Array[Types::ErrorDetail]
469 |
# File 'sig/client.rbs', line 469
def error_details: () -> ::Array[Types::ErrorDetail]
|
#error_message ⇒ ::String
470 |
# File 'sig/client.rbs', line 470
def error_message: () -> ::String
|
#status ⇒ "Pending", ...
471 |
# File 'sig/client.rbs', line 471
def status: () -> ("Pending" | "InProgress" | "Failed" | "Success")
|
#status_change_time ⇒ ::Time
472 |
# File 'sig/client.rbs', line 472
def status_change_time: () -> ::Time
|