Class: Aws::Route53::Types::NoSuchDelegationSet

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

#messageString

Returns:

  • (String)


6092
6093
6094
6095
6096
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 6092

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