GetManagedNotificationConfiguration
Returns a specified ManagedNotificationConfiguration.
Request Syntax
GET /managed-notification-configurations/arn HTTP/1.1
    
      URI Request Parameters
The request uses the following URI parameters.
- arn
 - 
               
The Amazon Resource Name (ARN) of the
ManagedNotificationConfigurationto return.Pattern:
arn:[-.a-z0-9]{1,63}:notifications::[0-9]{12}:managed-notification-configuration/category/[a-zA-Z0-9\-]{3,64}/sub-category/[a-zA-Z0-9\-]{3,64}Required: Yes
 
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Content-type: application/json
{
   "arn": "string",
   "category": "string",
   "description": "string",
   "name": "string",
   "subCategory": "string"
}
    
      Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- arn
 - 
               
The ARN of the
ManagedNotificationConfigurationresource.Type: String
Pattern:
arn:[-.a-z0-9]{1,63}:notifications::[0-9]{12}:managed-notification-configuration/category/[a-zA-Z0-9\-]{3,64}/sub-category/[a-zA-Z0-9\-]{3,64} - category
 - 
               
The category of the
ManagedNotificationConfiguration.Type: String
 - description
 - 
               
The description of the
ManagedNotificationConfiguration.Type: String
Length Constraints: Minimum length of 0. Maximum length of 256.
Pattern:
[^\u0001-\u001F\u007F-\u009F]* - name
 - 
               
The name of the
ManagedNotificationConfiguration.Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[A-Za-z0-9\-]+ - subCategory
 - 
               
The subCategory of the
ManagedNotificationConfiguration.Type: String
 
Errors
For information about the errors that are common to all actions, see Common Errors.
- AccessDeniedException
 - 
               
User does not have sufficient access to perform this action.
HTTP Status Code: 403
 - InternalServerException
 - 
               
Unexpected error during processing of request.
HTTP Status Code: 500
 - ResourceNotFoundException
 - 
               
Request references a resource which does not exist.
- resourceId
 - 
                        
The ID of the resource that wasn't found.
 
HTTP Status Code: 404
 - ThrottlingException
 - 
               
Request was denied due to request throttling.
- quotaCode
 - 
                        
Identifies the quota that is being throttled.
 - retryAfterSeconds
 - 
                        
The number of seconds a client should wait before retrying the request.
 - serviceCode
 - 
                        
Identifies the service being throttled.
 
HTTP Status Code: 429
 - ValidationException
 - 
               
This exception is thrown when the notification event fails validation.
- fieldList
 - 
                        
The list of input fields that are invalid.
 - reason
 - 
                        
The reason why your input is considered invalid.
 
HTTP Status Code: 400
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: