Class: Aws::Imagebuilder::Types::InvalidParameterValueException

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

Overview

The value that you provided for the specified parameter is invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3625
3626
3627
3628
3629
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3625

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