Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.alexa.errors.AlexaVideoActionNotPermittedForContentError Class Reference
Inheritance diagram for homeassistant.components.alexa.errors.AlexaVideoActionNotPermittedForContentError:
[legend]
Collaboration diagram for homeassistant.components.alexa.errors.AlexaVideoActionNotPermittedForContentError:
[legend]

Static Public Attributes

string error_type = "ACTION_NOT_PERMITTED_FOR_CONTENT"
 
string namespace = "Alexa.Video"
 
- Static Public Attributes inherited from homeassistant.components.alexa.errors.AlexaError
 None
 

Additional Inherited Members

- Public Member Functions inherited from homeassistant.components.alexa.errors.AlexaError
None __init__ (self, str error_message, dict[str, Any]|None payload=None)
 
- Public Attributes inherited from homeassistant.components.alexa.errors.AlexaError
 error_message
 
 payload
 

Detailed Description

Class to represent action not permitted for content errors.

Definition at line 157 of file errors.py.

Member Data Documentation

◆ error_type

string homeassistant.components.alexa.errors.AlexaVideoActionNotPermittedForContentError.error_type = "ACTION_NOT_PERMITTED_FOR_CONTENT"
static

Definition at line 161 of file errors.py.

◆ namespace

string homeassistant.components.alexa.errors.AlexaVideoActionNotPermittedForContentError.namespace = "Alexa.Video"
static

Definition at line 160 of file errors.py.


The documentation for this class was generated from the following file: