Class: Aws::IAM::Errors::RoleModifiedException Deprecated
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::IAM::Errors::RoleModifiedException
- Defined in:
- lib/aws-sdk-iam/errors.rb,
sig/errors.rbs
Overview
Deprecated.
This error class is not used during parsing.
Please use RoleModified instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RoleModifiedException
constructor
A new instance of RoleModifiedException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RoleModifiedException
Returns a new instance of RoleModifiedException.
614 615 616 |
# File 'lib/aws-sdk-iam/errors.rb', line 614 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
619 |
# File 'lib/aws-sdk-iam/errors.rb', line 619
def message: () -> ::String
|