Module: Aws::ResilienceHub::Client::_DescribeAppVersionResourcesResolutionStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAppVersionResourcesResolutionStatusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #app_arn ⇒ ::String
- #app_version ⇒ ::String
- #error_message ⇒ ::String
- #resolution_id ⇒ ::String
- #status ⇒ "Pending", ...
Instance Method Details
#app_arn ⇒ ::String
438 |
# File 'sig/client.rbs', line 438
def app_arn: () -> ::String
|
#app_version ⇒ ::String
439 |
# File 'sig/client.rbs', line 439
def app_version: () -> ::String
|
#error_message ⇒ ::String
440 |
# File 'sig/client.rbs', line 440
def error_message: () -> ::String
|
#resolution_id ⇒ ::String
441 |
# File 'sig/client.rbs', line 441
def resolution_id: () -> ::String
|
#status ⇒ "Pending", ...
442 |
# File 'sig/client.rbs', line 442
def status: () -> ("Pending" | "InProgress" | "Failed" | "Success")
|