Class: Aws::Imagebuilder::Types::InvalidVersionNumberException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::InvalidVersionNumberException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Your version number is out of bounds or does not follow the required syntax.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4793 4794 4795 4796 4797 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4793 class InvalidVersionNumberException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |