Class: Aws::CodeStarconnections::Types::UnsupportedProviderTypeException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarconnections/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

#messageString

Returns:

  • (String)


1602
1603
1604
1605
1606
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1602

class UnsupportedProviderTypeException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end