Class: Aws::Interconnect::Types::InterconnectValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Interconnect::Types::InterconnectValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-interconnect/types.rb
Overview
The input fails to satisfy the constraints specified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
634 635 636 637 638 |
# File 'lib/aws-sdk-interconnect/types.rb', line 634 class InterconnectValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |