Class: Aws::CodeConnections::Errors::RetryLatestCommitFailedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CodeConnections::Errors::RetryLatestCommitFailedException
- Defined in:
- lib/aws-sdk-codeconnections/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RetryLatestCommitFailedException
constructor
A new instance of RetryLatestCommitFailedException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RetryLatestCommitFailedException
Returns a new instance of RetryLatestCommitFailedException.
209 210 211 |
# File 'lib/aws-sdk-codeconnections/errors.rb', line 209 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
214 215 216 |
# File 'lib/aws-sdk-codeconnections/errors.rb', line 214 def @message || @data[:message] end |