Class: Aws::Types::ServiceQuotaExceededExceptionReason
- Inherits:
-
Object
- Object
- Aws::Types::ServiceQuotaExceededExceptionReason
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AttachedFileServiceQuotaExceededExceptionReason, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attached_file_service_quota_exceeded_exception_reason ⇒ "TOTAL_FILE_SIZE_EXCEEDED", "TOTAL_FILE_COUNT_EXCEEDED"
Returns the value of attribute attached_file_service_quota_exceeded_exception_reason.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#attached_file_service_quota_exceeded_exception_reason ⇒ "TOTAL_FILE_SIZE_EXCEEDED", "TOTAL_FILE_COUNT_EXCEEDED"
Returns the value of attribute attached_file_service_quota_exceeded_exception_reason.
7542 7543 7544 |
# File 'sig/types.rbs', line 7542 def attached_file_service_quota_exceeded_exception_reason @attached_file_service_quota_exceeded_exception_reason end |
#unknown ⇒ Object
Returns the value of attribute unknown.
7543 7544 7545 |
# File 'sig/types.rbs', line 7543 def unknown @unknown end |