AttachedFileServiceQuotaExceededExceptionReason
data class AttachedFileServiceQuotaExceededExceptionReason(val value: AttachedFileServiceQuotaExceededExceptionReason) : ServiceQuotaExceededExceptionReason
Total file size of all files or total number of files exceeds the service quota
Inherited functions
Link copied to clipboard
fun asAttachedFileServiceQuotaExceededExceptionReason(): AttachedFileServiceQuotaExceededExceptionReason
Casts this ServiceQuotaExceededExceptionReason as a AttachedFileServiceQuotaExceededExceptionReason and retrieves its aws.sdk.kotlin.services.connect.model.AttachedFileServiceQuotaExceededExceptionReason value. Throws an exception if the ServiceQuotaExceededExceptionReason is not a AttachedFileServiceQuotaExceededExceptionReason.
Link copied to clipboard
fun asAttachedFileServiceQuotaExceededExceptionReasonOrNull(): AttachedFileServiceQuotaExceededExceptionReason?
Casts this ServiceQuotaExceededExceptionReason as a AttachedFileServiceQuotaExceededExceptionReason and retrieves its aws.sdk.kotlin.services.connect.model.AttachedFileServiceQuotaExceededExceptionReason value. Returns null if the ServiceQuotaExceededExceptionReason is not a AttachedFileServiceQuotaExceededExceptionReason.