Class: Aws::IVS::Errors::ChannelNotBroadcasting
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IVS::Errors::ChannelNotBroadcasting
- 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) ⇒ ChannelNotBroadcasting
constructor
A new instance of ChannelNotBroadcasting.
-
#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) ⇒ ChannelNotBroadcasting
Returns a new instance of ChannelNotBroadcasting.
108 109 110 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 108 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#access_control_allow_origin ⇒ String
113 114 115 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 113 def access_control_allow_origin @data[:access_control_allow_origin] end |
#access_control_expose_headers ⇒ String
118 119 120 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 118 def access_control_expose_headers @data[:access_control_expose_headers] end |
#cache_control ⇒ String
123 124 125 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 123 def cache_control @data[:cache_control] end |
#content_security_policy ⇒ String
128 129 130 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 128 def content_security_policy @data[:content_security_policy] end |
#exception_message ⇒ String
153 154 155 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 153 def @data[:exception_message] end |
#strict_transport_security ⇒ String
133 134 135 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 133 def strict_transport_security @data[:strict_transport_security] end |
#x_amzn_error_type ⇒ String
148 149 150 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 148 def x_amzn_error_type @data[:x_amzn_error_type] end |
#x_content_type_options ⇒ String
138 139 140 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 138 def @data[:x_content_type_options] end |
#x_frame_options ⇒ String
143 144 145 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 143 def @data[:x_frame_options] end |