Class: Aws::ImportExport::Types::InvalidVersionException

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

Overview

The client tool version is invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The human-readable description of a particular error.

Returns:

  • (String)


480
481
482
483
484
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 480

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