Class: Aws::Lambda::Errors::CodeArtifactUserPendingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::CodeArtifactUserPendingException
- Defined in:
- lib/aws-sdk-lambda/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CodeArtifactUserPendingException
constructor
A new instance of CodeArtifactUserPendingException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CodeArtifactUserPendingException
Returns a new instance of CodeArtifactUserPendingException.
198 199 200 |
# File 'lib/aws-sdk-lambda/errors.rb', line 198 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
208 209 210 |
# File 'lib/aws-sdk-lambda/errors.rb', line 208 def @message || @data[:message] end |
#type ⇒ String
203 204 205 |
# File 'lib/aws-sdk-lambda/errors.rb', line 203 def type @data[:type] end |