Class: Aws::Transfer::Types::ConflictException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Transfer::Types::ConflictException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-transfer/types.rb
 
Overview
This exception is thrown when the ‘UpdateServer` is called for a file transfer protocol-enabled server that has VPC as the endpoint type and the server’s ‘VpcEndpointID` is not in the available state.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      147 148 149 150 151  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 147 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |