Class: Aws::CodeStarconnections::Types::UnsupportedProviderTypeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::UnsupportedProviderTypeException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/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
1602 1603 1604 1605 1606 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1602 class UnsupportedProviderTypeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |