Class: Aws::Route53::Types::DelegationSetNotReusable
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::DelegationSetNotReusable
- Includes:
- Structure
- Defined in:
- 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
1984 1985 1986 1987 1988 |
# File 'lib/aws-sdk-route53/types.rb', line 1984 class DelegationSetNotReusable < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |