Class: Aws::IVS::Errors::ServiceUnavailable
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IVS::Errors::ServiceUnavailable
- 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) ⇒ ServiceUnavailable
constructor
A new instance of ServiceUnavailable.
-
#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) ⇒ ServiceUnavailable
Returns a new instance of ServiceUnavailable.
438 439 440 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 438 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#access_control_allow_origin ⇒ String
443 444 445 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 443 def access_control_allow_origin @data[:access_control_allow_origin] end |
#access_control_expose_headers ⇒ String
448 449 450 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 448 def access_control_expose_headers @data[:access_control_expose_headers] end |
#cache_control ⇒ String
453 454 455 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 453 def cache_control @data[:cache_control] end |
#content_security_policy ⇒ String
458 459 460 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 458 def content_security_policy @data[:content_security_policy] end |
#exception_message ⇒ String
483 484 485 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 483 def @data[:exception_message] end |
#strict_transport_security ⇒ String
463 464 465 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 463 def strict_transport_security @data[:strict_transport_security] end |
#x_amzn_error_type ⇒ String
478 479 480 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 478 def x_amzn_error_type @data[:x_amzn_error_type] end |
#x_content_type_options ⇒ String
468 469 470 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 468 def @data[:x_content_type_options] end |
#x_frame_options ⇒ String
473 474 475 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 473 def @data[:x_frame_options] end |