Module: Aws::PinpointSMSVoiceV2::Client::_DeleteRegistrationAttachmentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteRegistrationAttachmentResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attachment_status ⇒ "UPLOAD_IN_PROGRESS", ...
- #attachment_upload_error_reason ⇒ "INTERNAL_ERROR"
- #created_timestamp ⇒ ::Time
- #registration_attachment_arn ⇒ ::String
- #registration_attachment_id ⇒ ::String
Instance Method Details
#attachment_status ⇒ "UPLOAD_IN_PROGRESS", ...
669 |
# File 'sig/client.rbs', line 669
def attachment_status: () -> ("UPLOAD_IN_PROGRESS" | "UPLOAD_COMPLETE" | "UPLOAD_FAILED" | "DELETED")
|
#attachment_upload_error_reason ⇒ "INTERNAL_ERROR"
670 |
# File 'sig/client.rbs', line 670
def attachment_upload_error_reason: () -> ("INTERNAL_ERROR")
|
#created_timestamp ⇒ ::Time
671 |
# File 'sig/client.rbs', line 671
def created_timestamp: () -> ::Time
|
#registration_attachment_arn ⇒ ::String
667 |
# File 'sig/client.rbs', line 667
def registration_attachment_arn: () -> ::String
|
#registration_attachment_id ⇒ ::String
668 |
# File 'sig/client.rbs', line 668
def registration_attachment_id: () -> ::String
|