Class: Aws::Route53::Types::HostedZoneFailureReasons

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb

Overview

Contains information about why certain features failed to be enabled or configured for the hosted zone.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accelerated_recoveryString

The reason why accelerated recovery failed to be enabled or disabled for the hosted zone, if applicable.

Returns:

  • (String)


3853
3854
3855
3856
3857
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3853

class HostedZoneFailureReasons < Struct.new(
  :accelerated_recovery)
  SENSITIVE = []
  include Aws::Structure
end