Class: Aws::IVS::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IVS::Errors::ThrottlingException
- Defined in:
- 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) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #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) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
548 549 550 |
# File 'lib/aws-sdk-ivs/errors.rb', line 548 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#access_control_allow_origin ⇒ String
553 554 555 |
# File 'lib/aws-sdk-ivs/errors.rb', line 553 def access_control_allow_origin @data[:access_control_allow_origin] end |
#access_control_expose_headers ⇒ String
558 559 560 |
# File 'lib/aws-sdk-ivs/errors.rb', line 558 def access_control_expose_headers @data[:access_control_expose_headers] end |
#cache_control ⇒ String
563 564 565 |
# File 'lib/aws-sdk-ivs/errors.rb', line 563 def cache_control @data[:cache_control] end |
#content_security_policy ⇒ String
568 569 570 |
# File 'lib/aws-sdk-ivs/errors.rb', line 568 def content_security_policy @data[:content_security_policy] end |
#exception_message ⇒ String
593 594 595 |
# File 'lib/aws-sdk-ivs/errors.rb', line 593 def @data[:exception_message] end |
#strict_transport_security ⇒ String
573 574 575 |
# File 'lib/aws-sdk-ivs/errors.rb', line 573 def strict_transport_security @data[:strict_transport_security] end |
#x_amzn_error_type ⇒ String
588 589 590 |
# File 'lib/aws-sdk-ivs/errors.rb', line 588 def x_amzn_error_type @data[:x_amzn_error_type] end |
#x_content_type_options ⇒ String
578 579 580 |
# File 'lib/aws-sdk-ivs/errors.rb', line 578 def @data[:x_content_type_options] end |
#x_frame_options ⇒ String
583 584 585 |
# File 'lib/aws-sdk-ivs/errors.rb', line 583 def @data[:x_frame_options] end |