Class: Aws::ServiceDiscovery::Types::InvalidInput

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

Overview

One or more specified values aren’t valid. For example, a required value might be missing, a numeric value might be outside the allowed range, or a string value might exceed length constraints.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1546
1547
1548
1549
1550
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1546

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