Class: Aws::IVS::Errors::ConflictException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IVS::Errors::ConflictException
- 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) ⇒ ConflictException
constructor
A new instance of ConflictException.
-
#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) ⇒ ConflictException
Returns a new instance of ConflictException.
163 164 165 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 163 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#access_control_allow_origin ⇒ String
168 169 170 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 168 def access_control_allow_origin @data[:access_control_allow_origin] end |
#access_control_expose_headers ⇒ String
173 174 175 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 173 def access_control_expose_headers @data[:access_control_expose_headers] end |
#cache_control ⇒ String
178 179 180 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 178 def cache_control @data[:cache_control] end |
#content_security_policy ⇒ String
183 184 185 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 183 def content_security_policy @data[:content_security_policy] end |
#exception_message ⇒ String
208 209 210 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 208 def @data[:exception_message] end |
#strict_transport_security ⇒ String
188 189 190 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 188 def strict_transport_security @data[:strict_transport_security] end |
#x_amzn_error_type ⇒ String
203 204 205 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 203 def x_amzn_error_type @data[:x_amzn_error_type] end |
#x_content_type_options ⇒ String
193 194 195 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 193 def @data[:x_content_type_options] end |
#x_frame_options ⇒ String
198 199 200 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 198 def @data[:x_frame_options] end |