Class: Aws::Interconnect::Types::InterconnectValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Interconnect::Types::InterconnectValidationException
- Defined in:
- gems/aws-sdk-interconnect/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 'gems/aws-sdk-interconnect/lib/aws-sdk-interconnect/types.rb', line 634 class InterconnectValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |