Class: Aws::Types::ServiceQuotaExceededExceptionReason

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: AttachedFileServiceQuotaExceededExceptionReason, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • ("TOTAL_FILE_SIZE_EXCEEDED", "TOTAL_FILE_COUNT_EXCEEDED")


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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


7543
7544
7545
# File 'sig/types.rbs', line 7543

def unknown
  @unknown
end