get_eula
(**kwargs)¶Get EULA.
See also: AWS API Documentation
Request Syntax
response = client.get_eula(
eulaId='string'
)
[REQUIRED]
The EULA ID.
{
'eula': {
'content': 'string',
'createdAt': datetime(2015, 1, 1),
'eulaId': 'string',
'name': 'string',
'updatedAt': datetime(2015, 1, 1)
}
}
Response Structure
The EULA.
The EULA content.
The ISO timestamp in seconds for when the resource was created.
The EULA ID.
The name for the EULA.
The ISO timestamp in seconds for when the resource was updated.
Exceptions
NimbleStudio.Client.exceptions.ResourceNotFoundException
NimbleStudio.Client.exceptions.ConflictException
NimbleStudio.Client.exceptions.ThrottlingException
NimbleStudio.Client.exceptions.ValidationException
NimbleStudio.Client.exceptions.AccessDeniedException
NimbleStudio.Client.exceptions.InternalServerErrorException
NimbleStudio.Client.exceptions.ServiceQuotaExceededException