Class: Aws::CodePipeline::Types::OutputVariablesSizeExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb

Overview

Exceeded the total size limit for all variables in the pipeline.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2924
2925
2926
2927
2928
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2924

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