Class: Aws::SMS::Types::NoConnectorsAvailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::NoConnectorsAvailableException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
There are no connectors available.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1049 1050 1051 1052 1053 |
# File 'lib/aws-sdk-sms/types.rb', line 1049 class NoConnectorsAvailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |