Module: Aws::LambdaMicrovms::Client::_DeleteMicrovmImageVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteMicrovmImageVersionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#image_identifier ⇒ ::String
181 |
# File 'sig/client.rbs', line 181
def image_identifier: () -> ::String
|
#image_version ⇒ ::String
182 |
# File 'sig/client.rbs', line 182
def image_version: () -> ::String
|
#state ⇒ "PENDING", ...
183 |
# File 'sig/client.rbs', line 183
def state: () -> ("PENDING" | "IN_PROGRESS" | "SUCCESSFUL" | "FAILED" | "DELETING" | "DELETED" | "DELETE_FAILED")
|