Class: Aws::IAM::Errors::RoleTemplateDisabledException Deprecated

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

Overview

Deprecated.

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of RoleTemplateDisabledException.

Parameters:



631
632
633
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/errors.rb', line 631

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

Instance Method Details

#messageString

Returns:

  • (String)


636
637
638
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/errors.rb', line 636

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