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.
7712 7713 7714 |
# File 'sig/types.rbs', line 7712 def attached_file_service_quota_exceeded_exception_reason @attached_file_service_quota_exceeded_exception_reason end |
#unknown ⇒ Object
Returns the value of attribute unknown.
7713 7714 7715 |
# File 'sig/types.rbs', line 7713 def unknown @unknown end |