Class: Aws::CodeConnections::Types::UnsupportedProviderTypeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::UnsupportedProviderTypeException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
The specified provider type is not supported for connections.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1614 1615 1616 1617 1618 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1614 class UnsupportedProviderTypeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |