Amazon.Lightsail.AmazonLightsailClient.GetActiveNames C# (CSharp) Method

GetActiveNames() public method

Returns the names of all active (not deleted) resources.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetActiveNames ( GetActiveNamesRequest request ) : GetActiveNamesResponse
request Amazon.Lightsail.Model.GetActiveNamesRequest Container for the necessary parameters to execute the GetActiveNames service method.
return Amazon.Lightsail.Model.GetActiveNamesResponse
        public GetActiveNamesResponse GetActiveNames(GetActiveNamesRequest request)
        {
            var marshaller = new GetActiveNamesRequestMarshaller();
            var unmarshaller = GetActiveNamesResponseUnmarshaller.Instance;

            return Invoke<GetActiveNamesRequest,GetActiveNamesResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient