Class: Aws::ServiceDiscovery::Types::InvalidInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::InvalidInput
- 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
#message ⇒ String
1545 1546 1547 1548 1549 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1545 class InvalidInput < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |