Class: Aws::Transfer::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ConflictException
- Defined in:
- gems/aws-sdk-transfer/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
156 157 158 159 160 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 156 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |