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