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

GetInstanceSnapshot() public method

Returns information about a specific instance snapshot.
/// 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 GetInstanceSnapshot ( GetInstanceSnapshotRequest request ) : GetInstanceSnapshotResponse
request Amazon.Lightsail.Model.GetInstanceSnapshotRequest Container for the necessary parameters to execute the GetInstanceSnapshot service method.
return Amazon.Lightsail.Model.GetInstanceSnapshotResponse
        public GetInstanceSnapshotResponse GetInstanceSnapshot(GetInstanceSnapshotRequest request)
        {
            var marshaller = new GetInstanceSnapshotRequestMarshaller();
            var unmarshaller = GetInstanceSnapshotResponseUnmarshaller.Instance;

            return Invoke<GetInstanceSnapshotRequest,GetInstanceSnapshotResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient