Class: Aws::IVS::Errors::StreamUnavailable
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IVS::Errors::StreamUnavailable
- 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) ⇒ StreamUnavailable
constructor
A new instance of StreamUnavailable.
-
#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) ⇒ StreamUnavailable
Returns a new instance of StreamUnavailable.
493 494 495 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 493 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#access_control_allow_origin ⇒ String
498 499 500 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 498 def access_control_allow_origin @data[:access_control_allow_origin] end |
#access_control_expose_headers ⇒ String
503 504 505 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 503 def access_control_expose_headers @data[:access_control_expose_headers] end |
#cache_control ⇒ String
508 509 510 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 508 def cache_control @data[:cache_control] end |
#content_security_policy ⇒ String
513 514 515 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 513 def content_security_policy @data[:content_security_policy] end |
#exception_message ⇒ String
538 539 540 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 538 def @data[:exception_message] end |
#strict_transport_security ⇒ String
518 519 520 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 518 def strict_transport_security @data[:strict_transport_security] end |
#x_amzn_error_type ⇒ String
533 534 535 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 533 def x_amzn_error_type @data[:x_amzn_error_type] end |
#x_content_type_options ⇒ String
523 524 525 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 523 def @data[:x_content_type_options] end |
#x_frame_options ⇒ String
528 529 530 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 528 def @data[:x_frame_options] end |