Class: Aws::Types::DistributionCustomErrorResponse
- Inherits:
-
Object
- Object
- Aws::Types::DistributionCustomErrorResponse
- 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.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def error_caching_min_ttl @error_caching_min_ttl end |
#error_code ⇒ ::Integer
Returns the value of attribute error_code.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def error_code @error_code end |
#response_code ⇒ ::String
Returns the value of attribute response_code.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def response_code @response_code end |
#response_page_path ⇒ ::String
Returns the value of attribute response_page_path.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def response_page_path @response_page_path end |