Class: Aws::Types::RequestTooLargeException
- Inherits:
-
Object
- Object
- Aws::Types::RequestTooLargeException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1909 1910 1911 |
# File 'sig/types.rbs', line 1909 def @message end |
#type ⇒ ::String
Returns the value of attribute type.
1908 1909 1910 |
# File 'sig/types.rbs', line 1908 def type @type end |