Class: Aws::Route53::Types::NoSuchChange
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::NoSuchChange
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
6037 6038 6039 6040 6041 |
# File 'lib/aws-sdk-route53/types.rb', line 6037 class NoSuchChange < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |