class Aws::Route53::Types::DNSSECStatus

A string repesenting the status of DNSSEC signing.

@!attribute [rw] serve_signature

A string that represents the current hosted zone signing status.

Status can have one of the following values:

SIGNING

: DNSSEC signing is enabled for the hosted zone.

NOT\_SIGNING

: DNSSEC signing is not enabled for the hosted zone.

DELETING

: DNSSEC signing is in the process of being removed for the hosted
  zone.

ACTION\_NEEDED

: There is a problem with signing in the hosted zone that requires
  you to take action to resolve. For example, the customer managed
  customer master key (CMK) might have been deleted, or the
  permissions for the customer managed CMK might have been changed.

INTERNAL\_FAILURE

: There was an error during a request. Before you can continue to
  work with DNSSEC signing, including with key-signing keys (KSKs),
  you must correct the problem by enabling or disabling DNSSEC
  signing for the hosted zone.
@return [String]

@!attribute [rw] status_message

The status message provided for the following DNSSEC signing status:
`INTERNAL_FAILURE`. The status message includes information about
what the problem might be and steps that you can take to correct the
issue.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DNSSECStatus AWS API Documentation

Constants

SENSITIVE