Class: Aws::Types::ResourceNotFoundException
- Inherits:
-
Object
- Object
- Aws::Types::ResourceNotFoundException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_control_allow_origin ⇒ ::String
Returns the value of attribute access_control_allow_origin.
-
#access_control_expose_headers ⇒ ::String
Returns the value of attribute access_control_expose_headers.
-
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
-
#content_security_policy ⇒ ::String
Returns the value of attribute content_security_policy.
-
#exception_message ⇒ ::String
Returns the value of attribute exception_message.
-
#strict_transport_security ⇒ ::String
Returns the value of attribute strict_transport_security.
-
#x_amzn_error_type ⇒ ::String
Returns the value of attribute x_amzn_error_type.
-
#x_content_type_options ⇒ ::String
Returns the value of attribute x_content_type_options.
-
#x_frame_options ⇒ ::String
Returns the value of attribute x_frame_options.
Instance Attribute Details
#access_control_allow_origin ⇒ ::String
Returns the value of attribute access_control_allow_origin.
642 643 644 |
# File 'sig/types.rbs', line 642 def access_control_allow_origin @access_control_allow_origin end |
#access_control_expose_headers ⇒ ::String
Returns the value of attribute access_control_expose_headers.
643 644 645 |
# File 'sig/types.rbs', line 643 def access_control_expose_headers @access_control_expose_headers end |
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
644 645 646 |
# File 'sig/types.rbs', line 644 def cache_control @cache_control end |
#content_security_policy ⇒ ::String
Returns the value of attribute content_security_policy.
645 646 647 |
# File 'sig/types.rbs', line 645 def content_security_policy @content_security_policy end |
#exception_message ⇒ ::String
Returns the value of attribute exception_message.
650 651 652 |
# File 'sig/types.rbs', line 650 def end |
#strict_transport_security ⇒ ::String
Returns the value of attribute strict_transport_security.
646 647 648 |
# File 'sig/types.rbs', line 646 def strict_transport_security @strict_transport_security end |
#x_amzn_error_type ⇒ ::String
Returns the value of attribute x_amzn_error_type.
649 650 651 |
# File 'sig/types.rbs', line 649 def x_amzn_error_type @x_amzn_error_type end |
#x_content_type_options ⇒ ::String
Returns the value of attribute x_content_type_options.
647 648 649 |
# File 'sig/types.rbs', line 647 def end |
#x_frame_options ⇒ ::String
Returns the value of attribute x_frame_options.
648 649 650 |
# File 'sig/types.rbs', line 648 def end |