Class: Aws::Route53::Types::DelegationSetNotReusable
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::DelegationSetNotReusable
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
A reusable delegation set with the specified ID does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2296 2297 2298 2299 2300 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2296 class DelegationSetNotReusable < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |