Class: Aws::CodePipeline::Types::ConditionNotOverridableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ConditionNotOverridableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Unable to override because the condition does not allow overrides.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1396 1397 1398 1399 1400 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1396 class ConditionNotOverridableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |