Class: Aws::CodeConnections::Errors::UnsupportedProviderTypeException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CodeConnections::Errors::UnsupportedProviderTypeException
- Defined in:
- lib/aws-sdk-codeconnections/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedProviderTypeException
constructor
A new instance of UnsupportedProviderTypeException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedProviderTypeException
Returns a new instance of UnsupportedProviderTypeException.
284 285 286 |
# File 'lib/aws-sdk-codeconnections/errors.rb', line 284 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
289 290 291 |
# File 'lib/aws-sdk-codeconnections/errors.rb', line 289 def @message || @data[:message] end |