Amazon.Inspector.AmazonInspectorClient.SubscribeToEvent C# (CSharp) Méthode

SubscribeToEvent() public méthode

Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it attempted to create resources beyond the current /// AWS account limits. The error code describes the limit exceeded. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public SubscribeToEvent ( SubscribeToEventRequest request ) : SubscribeToEventResponse
request Amazon.Inspector.Model.SubscribeToEventRequest Container for the necessary parameters to execute the SubscribeToEvent service method.
Résultat SubscribeToEventResponse
        public SubscribeToEventResponse SubscribeToEvent(SubscribeToEventRequest request)
        {
            var marshaller = new SubscribeToEventRequestMarshaller();
            var unmarshaller = SubscribeToEventResponseUnmarshaller.Instance;

            return Invoke<SubscribeToEventRequest,SubscribeToEventResponse>(request, marshaller, unmarshaller);
        }
AmazonInspectorClient