Learn R Programming

paws.analytics (version 0.1.12)

quicksight_describe_namespace: Describes the current namespace

Description

Describes the current namespace.

Usage

quicksight_describe_namespace(AwsAccountId, Namespace)

Value

A list with the following syntax:

list(
  Namespace = list(
    Name = "string",
    Arn = "string",
    CapacityRegion = "string",
    CreationStatus = "CREATED"|"CREATING"|"DELETING"|"RETRYABLE_FAILURE"|"NON_RETRYABLE_FAILURE",
    IdentityStore = "QUICKSIGHT",
    NamespaceError = list(
      Type = "PERMISSION_DENIED"|"INTERNAL_SERVICE_ERROR",
      Message = "string"
    )
  ),
  RequestId = "string",
  Status = 123
)

Arguments

AwsAccountId

[required] The ID for the AWS account that contains the QuickSight namespace that you want to describe.

Namespace

[required] The namespace that you want to describe.

Request syntax

svc$describe_namespace(
  AwsAccountId = "string",
  Namespace = "string"
)