Class: Aws::IVS::Errors::InternalServerException

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

Returns a new instance of InternalServerException.

Parameters:



218
219
220
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 218

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

Instance Method Details

#access_control_allow_originString

Returns:

  • (String)


223
224
225
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 223

def access_control_allow_origin
  @data[:access_control_allow_origin]
end

#access_control_expose_headersString

Returns:

  • (String)


228
229
230
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 228

def access_control_expose_headers
  @data[:access_control_expose_headers]
end

#cache_controlString

Returns:

  • (String)


233
234
235
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 233

def cache_control
  @data[:cache_control]
end

#content_security_policyString

Returns:

  • (String)


238
239
240
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 238

def content_security_policy
  @data[:content_security_policy]
end

#exception_messageString

Returns:

  • (String)


263
264
265
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 263

def exception_message
  @data[:exception_message]
end

#strict_transport_securityString

Returns:

  • (String)


243
244
245
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 243

def strict_transport_security
  @data[:strict_transport_security]
end

#x_amzn_error_typeString

Returns:

  • (String)


258
259
260
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 258

def x_amzn_error_type
  @data[:x_amzn_error_type]
end

#x_content_type_optionsString

Returns:

  • (String)


248
249
250
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 248

def x_content_type_options
  @data[:x_content_type_options]
end

#x_frame_optionsString

Returns:

  • (String)


253
254
255
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 253

def x_frame_options
  @data[:x_frame_options]
end