Class: Aws::WorkMail::Errors::InvalidPasswordException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidPasswordException.

Parameters:



214
215
216
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/errors.rb', line 214

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

Instance Method Details

#messageString

Returns:

  • (String)


219
220
221
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/errors.rb', line 219

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