Class: Aws::CodeConnections::Errors::ConditionalCheckFailedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CodeConnections::Errors::ConditionalCheckFailedException
- Defined in:
- lib/aws-sdk-codeconnections/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConditionalCheckFailedException
constructor
A new instance of ConditionalCheckFailedException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConditionalCheckFailedException
Returns a new instance of ConditionalCheckFailedException.
89 90 91 |
# File 'lib/aws-sdk-codeconnections/errors.rb', line 89 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
94 95 96 |
# File 'lib/aws-sdk-codeconnections/errors.rb', line 94 def @message || @data[:message] end |