Class: Aws::Imagebuilder::Types::InvalidVersionNumberException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/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

#messageString

Returns:

  • (String)


4771
4772
4773
4774
4775
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4771

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