Class: Aws::IAMToolbox::Types::ValidationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iamtoolbox/types.rb

Overview

The request is malformed or is missing one or more required parameters. Check the request parameters and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


294
295
296
297
298
# File 'lib/aws-sdk-iamtoolbox/types.rb', line 294

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