Class: Aws::MigrationHubConfig::Types::InvalidInputException

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

Overview

Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


229
230
231
232
233
# File 'gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/types.rb', line 229

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