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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1182
1183
1184
1185
1186
# File 'lib/aws-sdk-pi/types.rb', line 1182

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