Class: Aws::IVS::Errors::ServiceQuotaExceededException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException

Returns a new instance of ServiceQuotaExceededException.

Parameters:



383
384
385
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 383

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#access_control_allow_originString

Returns:

  • (String)


388
389
390
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 388

def access_control_allow_origin
  @data[:access_control_allow_origin]
end

#access_control_expose_headersString

Returns:

  • (String)


393
394
395
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 393

def access_control_expose_headers
  @data[:access_control_expose_headers]
end

#cache_controlString

Returns:

  • (String)


398
399
400
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 398

def cache_control
  @data[:cache_control]
end

#content_security_policyString

Returns:

  • (String)


403
404
405
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 403

def content_security_policy
  @data[:content_security_policy]
end

#exception_messageString

Returns:

  • (String)


428
429
430
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 428

def exception_message
  @data[:exception_message]
end

#strict_transport_securityString

Returns:

  • (String)


408
409
410
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 408

def strict_transport_security
  @data[:strict_transport_security]
end

#x_amzn_error_typeString

Returns:

  • (String)


423
424
425
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 423

def x_amzn_error_type
  @data[:x_amzn_error_type]
end

#x_content_type_optionsString

Returns:

  • (String)


413
414
415
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 413

def x_content_type_options
  @data[:x_content_type_options]
end

#x_frame_optionsString

Returns:

  • (String)


418
419
420
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 418

def x_frame_options
  @data[:x_frame_options]
end