Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.GetSMSAttributes C# (CSharp) Метод

GetSMSAttributes() публичный Метод

Returns the settings for sending SMS messages from your account.

These settings are set with the SetSMSAttributes action.

/// Indicates that the user has been denied access to the requested resource. /// /// Indicates an internal service error. /// /// Indicates that a request parameter does not comply with the associated constraints. /// /// Indicates that the rate at which requests have been submitted for this action exceeds /// the limit for your account. ///
public GetSMSAttributes ( GetSMSAttributesRequest request ) : GetSMSAttributesResponse
request Amazon.SimpleNotificationService.Model.GetSMSAttributesRequest Container for the necessary parameters to execute the GetSMSAttributes service method.
Результат Amazon.SimpleNotificationService.Model.GetSMSAttributesResponse
        public GetSMSAttributesResponse GetSMSAttributes(GetSMSAttributesRequest request)
        {
            var marshaller = new GetSMSAttributesRequestMarshaller();
            var unmarshaller = GetSMSAttributesResponseUnmarshaller.Instance;

            return Invoke<GetSMSAttributesRequest,GetSMSAttributesResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleNotificationServiceClient