Class: Aws::IVS::Errors::AccessDeniedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IVS::Errors::AccessDeniedException
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb
Instance Method Summary collapse
-
#access_control_allow_origin ⇒ String
-
#access_control_expose_headers ⇒ String
-
#cache_control ⇒ String
-
#content_security_policy ⇒ String
-
#exception_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AccessDeniedException
constructor
A new instance of AccessDeniedException.
-
#strict_transport_security ⇒ String
-
#x_amzn_error_type ⇒ String
-
#x_content_type_options ⇒ String
-
#x_frame_options ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AccessDeniedException
Returns a new instance of AccessDeniedException.
53 54 55 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 53 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#access_control_allow_origin ⇒ String
58 59 60 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 58 def access_control_allow_origin @data[:access_control_allow_origin] end |
#access_control_expose_headers ⇒ String
63 64 65 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 63 def access_control_expose_headers @data[:access_control_expose_headers] end |
#cache_control ⇒ String
68 69 70 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 68 def cache_control @data[:cache_control] end |
#content_security_policy ⇒ String
73 74 75 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 73 def content_security_policy @data[:content_security_policy] end |
#exception_message ⇒ String
98 99 100 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 98 def @data[:exception_message] end |
#strict_transport_security ⇒ String
78 79 80 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 78 def strict_transport_security @data[:strict_transport_security] end |
#x_amzn_error_type ⇒ String
93 94 95 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 93 def x_amzn_error_type @data[:x_amzn_error_type] end |
#x_content_type_options ⇒ String
83 84 85 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 83 def @data[:x_content_type_options] end |
#x_frame_options ⇒ String
88 89 90 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 88 def @data[:x_frame_options] end |