Class: Aws::Types::ServiceLimitExceeded

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit"FILE_SYSTEM_COUNT", ...

Returns the value of attribute limit.

Returns:

  • ("FILE_SYSTEM_COUNT", "TOTAL_THROUGHPUT_CAPACITY", "TOTAL_STORAGE", "TOTAL_USER_INITIATED_BACKUPS", "TOTAL_USER_TAGS", "TOTAL_IN_PROGRESS_COPY_BACKUPS", "STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM", "VOLUMES_PER_FILE_SYSTEM", "TOTAL_SSD_IOPS", "FILE_CACHE_COUNT")


1560
1561
1562
# File 'sig/types.rbs', line 1560

def limit
  @limit
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1561
1562
1563
# File 'sig/types.rbs', line 1561

def message
  @message
end