Class: Aws::WorkMail::Errors::ReservedNameException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WorkMail::Errors::ReservedNameException
- Defined in:
- lib/aws-sdk-workmail/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ReservedNameException
constructor
A new instance of ReservedNameException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ReservedNameException
Returns a new instance of ReservedNameException.
334 335 336 |
# File 'lib/aws-sdk-workmail/errors.rb', line 334 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
339 340 341 |
# File 'lib/aws-sdk-workmail/errors.rb', line 339 def @message || @data[:message] end |