Class: Aws::CodePipeline::Types::ConditionNotOverridableException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1376
1377
1378
1379
1380
# File 'lib/aws-sdk-codepipeline/types.rb', line 1376

class ConditionNotOverridableException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end