Class: Aws::IVS::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::IVS::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
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 |
# File 'lib/aws-sdk-ivs/errors.rb', line 553
def access_control_allow_origin: () -> ::String
|
#access_control_expose_headers ⇒ String
558 |
# File 'lib/aws-sdk-ivs/errors.rb', line 558
def access_control_expose_headers: () -> ::String
|
#cache_control ⇒ String
563 |
# File 'lib/aws-sdk-ivs/errors.rb', line 563
def cache_control: () -> ::String
|
#content_security_policy ⇒ String
568 |
# File 'lib/aws-sdk-ivs/errors.rb', line 568
def content_security_policy: () -> ::String
|
#exception_message ⇒ String
593 |
# File 'lib/aws-sdk-ivs/errors.rb', line 593
def exception_message: () -> ::String
|
#strict_transport_security ⇒ String
573 |
# File 'lib/aws-sdk-ivs/errors.rb', line 573
def strict_transport_security: () -> ::String
|
#x_amzn_error_type ⇒ String
588 |
# File 'lib/aws-sdk-ivs/errors.rb', line 588
def x_amzn_error_type: () -> ::String
|
#x_content_type_options ⇒ String
578 |
# File 'lib/aws-sdk-ivs/errors.rb', line 578
def x_content_type_options: () -> ::String
|
#x_frame_options ⇒ String
583 |
# File 'lib/aws-sdk-ivs/errors.rb', line 583
def x_frame_options: () -> ::String
|