Class: Aws::CodeConnections::Types::UnsupportedProviderTypeException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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