Class: Aws::IVS::Errors::ResourceNotFoundException

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) ⇒ ResourceNotFoundException

Returns a new instance of ResourceNotFoundException.

Parameters:



328
329
330
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 328

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

Instance Method Details

#access_control_allow_originString

Returns:

  • (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_headersString

Returns:

  • (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_controlString

Returns:

  • (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_policyString

Returns:

  • (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_messageString

Returns:

  • (String)


373
374
375
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 373

def exception_message
  @data[:exception_message]
end

#strict_transport_securityString

Returns:

  • (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_typeString

Returns:

  • (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_optionsString

Returns:

  • (String)


358
359
360
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 358

def x_content_type_options
  @data[:x_content_type_options]
end

#x_frame_optionsString

Returns:

  • (String)


363
364
365
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 363

def x_frame_options
  @data[:x_frame_options]
end