Class: Aws::IVS::Errors::InternalServerException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::IVS::Errors::InternalServerException
- 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) ⇒ InternalServerException
constructor
A new instance of InternalServerException.
- #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) ⇒ InternalServerException
Returns a new instance of InternalServerException.
218 219 220 |
# File 'lib/aws-sdk-ivs/errors.rb', line 218 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#access_control_allow_origin ⇒ String
223 |
# File 'lib/aws-sdk-ivs/errors.rb', line 223
def access_control_allow_origin: () -> ::String
|
#access_control_expose_headers ⇒ String
228 |
# File 'lib/aws-sdk-ivs/errors.rb', line 228
def access_control_expose_headers: () -> ::String
|
#cache_control ⇒ String
233 |
# File 'lib/aws-sdk-ivs/errors.rb', line 233
def cache_control: () -> ::String
|
#content_security_policy ⇒ String
238 |
# File 'lib/aws-sdk-ivs/errors.rb', line 238
def content_security_policy: () -> ::String
|
#exception_message ⇒ String
263 |
# File 'lib/aws-sdk-ivs/errors.rb', line 263
def exception_message: () -> ::String
|
#strict_transport_security ⇒ String
243 |
# File 'lib/aws-sdk-ivs/errors.rb', line 243
def strict_transport_security: () -> ::String
|
#x_amzn_error_type ⇒ String
258 |
# File 'lib/aws-sdk-ivs/errors.rb', line 258
def x_amzn_error_type: () -> ::String
|
#x_content_type_options ⇒ String
248 |
# File 'lib/aws-sdk-ivs/errors.rb', line 248
def x_content_type_options: () -> ::String
|
#x_frame_options ⇒ String
253 |
# File 'lib/aws-sdk-ivs/errors.rb', line 253
def x_frame_options: () -> ::String
|