Class: Aws::IVS::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::IVS::Errors::ResourceNotFoundException
- 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) ⇒ ResourceNotFoundException
constructor
A new instance of ResourceNotFoundException.
- #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) ⇒ ResourceNotFoundException
Returns a new instance of ResourceNotFoundException.
328 329 330 |
# File 'lib/aws-sdk-ivs/errors.rb', line 328 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#access_control_allow_origin ⇒ String
333 |
# File 'lib/aws-sdk-ivs/errors.rb', line 333
def access_control_allow_origin: () -> ::String
|
#access_control_expose_headers ⇒ String
338 |
# File 'lib/aws-sdk-ivs/errors.rb', line 338
def access_control_expose_headers: () -> ::String
|
#cache_control ⇒ String
343 |
# File 'lib/aws-sdk-ivs/errors.rb', line 343
def cache_control: () -> ::String
|
#content_security_policy ⇒ String
348 |
# File 'lib/aws-sdk-ivs/errors.rb', line 348
def content_security_policy: () -> ::String
|
#exception_message ⇒ String
373 |
# File 'lib/aws-sdk-ivs/errors.rb', line 373
def exception_message: () -> ::String
|
#strict_transport_security ⇒ String
353 |
# File 'lib/aws-sdk-ivs/errors.rb', line 353
def strict_transport_security: () -> ::String
|
#x_amzn_error_type ⇒ String
368 |
# File 'lib/aws-sdk-ivs/errors.rb', line 368
def x_amzn_error_type: () -> ::String
|
#x_content_type_options ⇒ String
358 |
# File 'lib/aws-sdk-ivs/errors.rb', line 358
def x_content_type_options: () -> ::String
|
#x_frame_options ⇒ String
363 |
# File 'lib/aws-sdk-ivs/errors.rb', line 363
def x_frame_options: () -> ::String
|