Class: Aws::IVSRealTime::Errors::ConflictException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::IVSRealTime::Errors::ConflictException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-ivsrealtime/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) ⇒ ConflictException
constructor
A new instance of ConflictException.
- #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) ⇒ ConflictException
Returns a new instance of ConflictException.
104 105 106 |
# File 'lib/aws-sdk-ivsrealtime/errors.rb', line 104 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#access_control_allow_origin ⇒ String
109 |
# File 'lib/aws-sdk-ivsrealtime/errors.rb', line 109
def access_control_allow_origin: () -> ::String
|
#access_control_expose_headers ⇒ String
114 |
# File 'lib/aws-sdk-ivsrealtime/errors.rb', line 114
def access_control_expose_headers: () -> ::String
|
#cache_control ⇒ String
119 |
# File 'lib/aws-sdk-ivsrealtime/errors.rb', line 119
def cache_control: () -> ::String
|
#content_security_policy ⇒ String
124 |
# File 'lib/aws-sdk-ivsrealtime/errors.rb', line 124
def content_security_policy: () -> ::String
|
#exception_message ⇒ String
149 |
# File 'lib/aws-sdk-ivsrealtime/errors.rb', line 149
def exception_message: () -> ::String
|
#strict_transport_security ⇒ String
129 |
# File 'lib/aws-sdk-ivsrealtime/errors.rb', line 129
def strict_transport_security: () -> ::String
|
#x_amzn_error_type ⇒ String
144 |
# File 'lib/aws-sdk-ivsrealtime/errors.rb', line 144
def x_amzn_error_type: () -> ::String
|
#x_content_type_options ⇒ String
134 |
# File 'lib/aws-sdk-ivsrealtime/errors.rb', line 134
def x_content_type_options: () -> ::String
|
#x_frame_options ⇒ String
139 |
# File 'lib/aws-sdk-ivsrealtime/errors.rb', line 139
def x_frame_options: () -> ::String
|