Class: Aws::Route53::Types::HostedZoneFailureReasons
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::HostedZoneFailureReasons
- 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
-
#accelerated_recovery ⇒ String
The reason why accelerated recovery failed to be enabled or disabled for the hosted zone, if applicable.
Instance Attribute Details
#accelerated_recovery ⇒ String
The reason why accelerated recovery failed to be enabled or disabled for the hosted zone, if applicable.
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 |