Class: Aws::Route53::Types::NoSuchDelegationSet
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::NoSuchDelegationSet
- 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
6090 6091 6092 6093 6094 |
# File 'lib/aws-sdk-route53/types.rb', line 6090 class NoSuchDelegationSet < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |