Class: Aws::Route53::Errors::InvalidChangeBatch

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-route53/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidChangeBatch

Returns a new instance of InvalidChangeBatch.

Parameters:



471
472
473
# File 'lib/aws-sdk-route53/errors.rb', line 471

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


481
# File 'lib/aws-sdk-route53/errors.rb', line 481

def message: () -> ::String

#messagesString

Returns:

  • (String)


476
# File 'lib/aws-sdk-route53/errors.rb', line 476

def messages: () -> ::String