Class: Aws::Route53::Types::DelegationSetInUse

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1956
1957
1958
1959
1960
# File 'lib/aws-sdk-route53/types.rb', line 1956

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