NimbleStudio / Client / get_eula
get_eula#
- NimbleStudio.Client.get_eula(**kwargs)#
- Get EULA. - See also: AWS API Documentation - Request Syntax - response = client.get_eula( eulaId='string' ) - Parameters:
- eulaId (string) – - [REQUIRED] - The EULA ID. 
- Return type:
- dict 
- Returns:
- Response Syntax - { 'eula': { 'content': 'string', 'createdAt': datetime(2015, 1, 1), 'eulaId': 'string', 'name': 'string', 'updatedAt': datetime(2015, 1, 1) } } - Response Structure - (dict) – - eula (dict) – - The EULA. - content (string) – - The EULA content. 
- createdAt (datetime) – - The ISO timestamp in seconds for when the resource was created. 
- eulaId (string) – - The EULA ID. 
- name (string) – - The name for the EULA. 
- updatedAt (datetime) – - 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