Class: Aws::IVS::Errors::AccessDeniedException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::IVS::Errors::AccessDeniedException
- 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) ⇒ AccessDeniedException
constructor
A new instance of AccessDeniedException.
- #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) ⇒ AccessDeniedException
Returns a new instance of AccessDeniedException.
53 54 55 |
# File 'lib/aws-sdk-ivs/errors.rb', line 53 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#access_control_allow_origin ⇒ String
58 |
# File 'lib/aws-sdk-ivs/errors.rb', line 58
def access_control_allow_origin: () -> ::String
|
#access_control_expose_headers ⇒ String
63 |
# File 'lib/aws-sdk-ivs/errors.rb', line 63
def access_control_expose_headers: () -> ::String
|
#cache_control ⇒ String
68 |
# File 'lib/aws-sdk-ivs/errors.rb', line 68
def cache_control: () -> ::String
|
#content_security_policy ⇒ String
73 |
# File 'lib/aws-sdk-ivs/errors.rb', line 73
def content_security_policy: () -> ::String
|
#exception_message ⇒ String
98 |
# File 'lib/aws-sdk-ivs/errors.rb', line 98
def exception_message: () -> ::String
|
#strict_transport_security ⇒ String
78 |
# File 'lib/aws-sdk-ivs/errors.rb', line 78
def strict_transport_security: () -> ::String
|
#x_amzn_error_type ⇒ String
93 |
# File 'lib/aws-sdk-ivs/errors.rb', line 93
def x_amzn_error_type: () -> ::String
|
#x_content_type_options ⇒ String
83 |
# File 'lib/aws-sdk-ivs/errors.rb', line 83
def x_content_type_options: () -> ::String
|
#x_frame_options ⇒ String
88 |
# File 'lib/aws-sdk-ivs/errors.rb', line 88
def x_frame_options: () -> ::String
|