Class: Aws::Route53::Types::DelegationSetAlreadyReusable
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::DelegationSetAlreadyReusable
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
The specified delegation set has already been marked as reusable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1940 1941 1942 1943 1944 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1940 class DelegationSetAlreadyReusable < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |