QuickSight / Client / create_space
create_space¶
- QuickSight.Client.create_space(**kwargs)¶
Creates a new Amazon QuickSight space. A space is a collection of resources that can be used to organize and manage QuickSight assets.
See also: AWS API Documentation
Request Syntax
response = client.create_space( AwsAccountId='string', SpaceId='string', Name='string', Description='string' )
- Parameters:
AwsAccountId (string) –
[REQUIRED]
The ID of the Amazon Web Services account that contains the space.
SpaceId (string) –
[REQUIRED]
The ID of the space. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
Name (string) –
[REQUIRED]
A display name for the space.
Description (string) – A description of the space.
- Return type:
dict
- Returns:
Response Syntax
{ 'spaceId': 'string', 'spaceArn': 'string', 'RequestId': 'string' }
Response Structure
(dict) –
spaceId (string) –
The ID of the space.
spaceArn (string) –
The ARN of the space.
RequestId (string) –
The Amazon Web Services request ID for this operation.
Exceptions
QuickSight.Client.exceptions.ResourceExistsExceptionQuickSight.Client.exceptions.ThrottlingExceptionQuickSight.Client.exceptions.InvalidParameterValueExceptionQuickSight.Client.exceptions.InternalFailureExceptionQuickSight.Client.exceptions.LimitExceededExceptionQuickSight.Client.exceptions.AccessDeniedExceptionQuickSight.Client.exceptions.ConflictException