Class: Aws::IAM::Errors::NameConflictException Deprecated
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IAM::Errors::NameConflictException
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/errors.rb
Overview
Deprecated.
This error class is not used during parsing.
Please use NameConflict instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NameConflictException
constructor
A new instance of NameConflictException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NameConflictException
Returns a new instance of NameConflictException.
475 476 477 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/errors.rb', line 475 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
480 481 482 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/errors.rb', line 480 def @message || @data[:message] end |