Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

describe_service_action

describe_service_action(**kwargs)

Describes a self-service action.

See also: AWS API Documentation

Request Syntax

response = client.describe_service_action(
    Id='string',
    AcceptLanguage='string'
)
Parameters
  • Id (string) --

    [REQUIRED]

    The self-service action identifier.

  • AcceptLanguage (string) --

    The language code.

    • en - English (default)
    • jp - Japanese
    • zh - Chinese
Return type

dict

Returns

Response Syntax

{
    'ServiceActionDetail': {
        'ServiceActionSummary': {
            'Id': 'string',
            'Name': 'string',
            'Description': 'string',
            'DefinitionType': 'SSM_AUTOMATION'
        },
        'Definition': {
            'string': 'string'
        }
    }
}

Response Structure

  • (dict) --

    • ServiceActionDetail (dict) --

      Detailed information about the self-service action.

      • ServiceActionSummary (dict) --

        Summary information about the self-service action.

        • Id (string) --

          The self-service action identifier.

        • Name (string) --

          The self-service action name.

        • Description (string) --

          The self-service action description.

        • DefinitionType (string) --

          The self-service action definition type. For example, SSM_AUTOMATION .

      • Definition (dict) --

        A map that defines the self-service action.

        • (string) --
          • (string) --

Exceptions

  • ServiceCatalog.Client.exceptions.ResourceNotFoundException