Class: Aws::Route53::Types::DelegationSetInUse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::DelegationSetInUse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
The specified delegation contains associated hosted zones which must be deleted before the reusable delegation set can be deleted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1954 1955 1956 1957 1958 |
# File 'lib/aws-sdk-route53/types.rb', line 1954 class DelegationSetInUse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |