Class: Aws::PI::Types::InvalidArgumentException

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

Overview

One of the arguments provided is invalid for this request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1177
1178
1179
1180
1181
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1177

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