Class: Aws::Route53::Types::NoSuchChange

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb

Overview

A change with the specified change ID does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6039
6040
6041
6042
6043
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 6039

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