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
106 107 108 109 110 |
# File 'lib/aws-sdk-transfer/types.rb', line 106 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |