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
1589 1590 1591 1592 1593 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1589 class UnsupportedOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |