Class: Aws::Types::StatusCodes
- Inherits:
-
Object
- Object
- Aws::Types::StatusCodes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status_2xx ⇒ ::Integer
Returns the value of attribute status_2xx.
-
#status_3xx ⇒ ::Integer
Returns the value of attribute status_3xx.
-
#status_4xx ⇒ ::Integer
Returns the value of attribute status_4xx.
-
#status_5xx ⇒ ::Integer
Returns the value of attribute status_5xx.
Instance Attribute Details
#status_2xx ⇒ ::Integer
Returns the value of attribute status_2xx.
958 959 960 |
# File 'sig/types.rbs', line 958 def status_2xx @status_2xx end |
#status_3xx ⇒ ::Integer
Returns the value of attribute status_3xx.
959 960 961 |
# File 'sig/types.rbs', line 959 def status_3xx @status_3xx end |
#status_4xx ⇒ ::Integer
Returns the value of attribute status_4xx.
960 961 962 |
# File 'sig/types.rbs', line 960 def status_4xx @status_4xx end |
#status_5xx ⇒ ::Integer
Returns the value of attribute status_5xx.
961 962 963 |
# File 'sig/types.rbs', line 961 def status_5xx @status_5xx end |