Class: Aws::IAM::Errors::InvalidInputException Deprecated

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

Overview

Deprecated.

This error class is not used during parsing. Please use InvalidInput instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidInputException.

Parameters:



350
351
352
# File 'lib/aws-sdk-iam/errors.rb', line 350

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

Instance Method Details

#messageString

Returns:

  • (String)


355
# File 'lib/aws-sdk-iam/errors.rb', line 355

def message: () -> ::String