Class: Aws::Types::PayloadTooLargeException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit ⇒ ::Float

Returns the value of attribute limit.

Returns:

  • (::Float)


770
771
772
# File 'sig/types.rbs', line 770

def limit
  @limit
end

#measure ⇒ "KILOBYTES"

Returns the value of attribute measure.

Returns:

  • ("KILOBYTES")


769
770
771
# File 'sig/types.rbs', line 769

def measure
  @measure
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


768
769
770
# File 'sig/types.rbs', line 768

def message
  @message
end

#size ⇒ ::Float

Returns the value of attribute size.

Returns:

  • (::Float)


771
772
773
# File 'sig/types.rbs', line 771

def size
  @size
end