Class: Aws::IVS::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IVS::Errors::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-ivs/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 'gems/aws-sdk-ivs/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 334 335 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 333 def access_control_allow_origin @data[:access_control_allow_origin] end |
#access_control_expose_headers ⇒ String
338 339 340 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 338 def access_control_expose_headers @data[:access_control_expose_headers] end |
#cache_control ⇒ String
343 344 345 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 343 def cache_control @data[:cache_control] end |
#content_security_policy ⇒ String
348 349 350 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 348 def content_security_policy @data[:content_security_policy] end |
#exception_message ⇒ String
373 374 375 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 373 def @data[:exception_message] end |
#strict_transport_security ⇒ String
353 354 355 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 353 def strict_transport_security @data[:strict_transport_security] end |
#x_amzn_error_type ⇒ String
368 369 370 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 368 def x_amzn_error_type @data[:x_amzn_error_type] end |
#x_content_type_options ⇒ String
358 359 360 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 358 def @data[:x_content_type_options] end |
#x_frame_options ⇒ String
363 364 365 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 363 def @data[:x_frame_options] end |