Class: Aws::CodeStarconnections::Types::UnsupportedOperationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::UnsupportedOperationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
Overview
The operation is not supported. Check the connection status and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
562 563 564 565 566 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 562 class UnsupportedOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |