ServiceCatalog.Client.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'
)
[REQUIRED]
The self-service action identifier.
The language code.
en - English (default)jp - Japanesezh - Chinesedict
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.
Exceptions
ServiceCatalog.Client.exceptions.ResourceNotFoundException