Class: Aws::IVS::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::IVS::Errors::ServiceQuotaExceededException
- 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) ⇒ ServiceQuotaExceededException
constructor
A new instance of ServiceQuotaExceededException.
- #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) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
383 384 385 |
# File 'lib/aws-sdk-ivs/errors.rb', line 383 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#access_control_allow_origin ⇒ String
388 |
# File 'lib/aws-sdk-ivs/errors.rb', line 388
def access_control_allow_origin: () -> ::String
|
#access_control_expose_headers ⇒ String
393 |
# File 'lib/aws-sdk-ivs/errors.rb', line 393
def access_control_expose_headers: () -> ::String
|
#cache_control ⇒ String
398 |
# File 'lib/aws-sdk-ivs/errors.rb', line 398
def cache_control: () -> ::String
|
#content_security_policy ⇒ String
403 |
# File 'lib/aws-sdk-ivs/errors.rb', line 403
def content_security_policy: () -> ::String
|
#exception_message ⇒ String
428 |
# File 'lib/aws-sdk-ivs/errors.rb', line 428
def exception_message: () -> ::String
|
#strict_transport_security ⇒ String
408 |
# File 'lib/aws-sdk-ivs/errors.rb', line 408
def strict_transport_security: () -> ::String
|
#x_amzn_error_type ⇒ String
423 |
# File 'lib/aws-sdk-ivs/errors.rb', line 423
def x_amzn_error_type: () -> ::String
|
#x_content_type_options ⇒ String
413 |
# File 'lib/aws-sdk-ivs/errors.rb', line 413
def x_content_type_options: () -> ::String
|
#x_frame_options ⇒ String
418 |
# File 'lib/aws-sdk-ivs/errors.rb', line 418
def x_frame_options: () -> ::String
|