Class: Aws::IAM::Errors::InvalidUserTypeException Deprecated

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

Overview

Deprecated.

This error class is not used during parsing. Please use ‘InvalidUserType` instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidUserTypeException.

Parameters:



347
348
349
# File 'lib/aws-sdk-iam/errors.rb', line 347

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

Instance Method Details

#messageString

Returns:

  • (String)


352
353
354
# File 'lib/aws-sdk-iam/errors.rb', line 352

def message
  @message || @data[:message]
end