Class: Aws::Types::CustomErrorResponse
- Inherits:
-
Object
- Object
- Aws::Types::CustomErrorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_caching_min_ttl ⇒ ::Integer
Returns the value of attribute error_caching_min_ttl.
-
#error_code ⇒ ::Integer
Returns the value of attribute error_code.
-
#response_code ⇒ ::String
Returns the value of attribute response_code.
-
#response_page_path ⇒ ::String
Returns the value of attribute response_page_path.
Instance Attribute Details
#error_caching_min_ttl ⇒ ::Integer
Returns the value of attribute error_caching_min_ttl.
822 823 824 |
# File 'sig/types.rbs', line 822 def error_caching_min_ttl @error_caching_min_ttl end |
#error_code ⇒ ::Integer
Returns the value of attribute error_code.
819 820 821 |
# File 'sig/types.rbs', line 819 def error_code @error_code end |
#response_code ⇒ ::String
Returns the value of attribute response_code.
821 822 823 |
# File 'sig/types.rbs', line 821 def response_code @response_code end |
#response_page_path ⇒ ::String
Returns the value of attribute response_page_path.
820 821 822 |
# File 'sig/types.rbs', line 820 def response_page_path @response_page_path end |