Class: Aws::Route53::Types::InvalidChangeBatch

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/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

#messageString

Returns:

  • (String)


4015
4016
4017
4018
4019
4020
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4015

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

#messagesArray<String>

Returns:

  • (Array<String>)


4015
4016
4017
4018
4019
4020
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4015

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