Class: Aws::Route53::Types::InvalidChangeBatch
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::InvalidChangeBatch
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
This exception contains a list of messages that might contain one or more error messages. Each error message indicates one error in the change batch.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4013 4014 4015 4016 4017 4018 |
# File 'lib/aws-sdk-route53/types.rb', line 4013 class InvalidChangeBatch < Struct.new( :messages, :message) SENSITIVE = [] include Aws::Structure end |
#messages ⇒ Array<String>
4013 4014 4015 4016 4017 4018 |
# File 'lib/aws-sdk-route53/types.rb', line 4013 class InvalidChangeBatch < Struct.new( :messages, :message) SENSITIVE = [] include Aws::Structure end |