Class: Aws::Types::PayloadTooLargeException
- Inherits:
-
Object
- Object
- Aws::Types::PayloadTooLargeException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Float
Returns the value of attribute limit.
-
#measure ⇒ "KILOBYTES"
Returns the value of attribute measure.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#size ⇒ ::Float
Returns the value of attribute size.
Instance Attribute Details
#limit ⇒ ::Float
Returns the value of attribute limit.
770 771 772 |
# File 'sig/types.rbs', line 770 def limit @limit end |
#measure ⇒ "KILOBYTES"
Returns the value of attribute measure.
769 770 771 |
# File 'sig/types.rbs', line 769 def measure @measure end |
#message ⇒ ::String
Returns the value of attribute message.
768 769 770 |
# File 'sig/types.rbs', line 768 def end |
#size ⇒ ::Float
Returns the value of attribute size.
771 772 773 |
# File 'sig/types.rbs', line 771 def size @size end |