Class: Aws::CodePipeline::Types::OutputVariablesSizeExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::OutputVariablesSizeExceededException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
3129 3130 3131 3132 3133 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 3129 class OutputVariablesSizeExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |