Class | Description |
---|---|
CreateFileSystemRequest | |
CreateFileSystemResult |
This object provides description of a file system.
|
CreateMountTargetRequest | |
CreateMountTargetResult |
This object provides description of a mount target.
|
CreateTagsRequest | |
DeleteFileSystemRequest | |
DeleteMountTargetRequest | |
DeleteTagsRequest | |
DescribeFileSystemsRequest | |
DescribeFileSystemsResult | |
DescribeMountTargetSecurityGroupsRequest | |
DescribeMountTargetSecurityGroupsResult | |
DescribeMountTargetsRequest | |
DescribeMountTargetsResult | |
DescribeTagsRequest | |
DescribeTagsResult | |
FileSystemDescription |
This object provides description of a file system.
|
FileSystemSize |
This object provides the latest known metered size, in bytes, of data stored
in the file system, in its
Value field, and the time at which
that size was determined in its Timestamp field. |
ModifyMountTargetSecurityGroupsRequest | |
MountTargetDescription |
This object provides description of a mount target.
|
Tag |
A tag is a pair of key and value.
|
Enum | Description |
---|---|
LifeCycleState |
Exception | Description |
---|---|
BadRequestException |
Returned if the request is malformed or contains an error such as an invalid
parameter value or a missing required parameter.
|
DependencyTimeoutException |
The service timed out trying to fulfill the request, and the client should
try the call again.
|
FileSystemAlreadyExistsException |
Returned if the file system you are trying to create already exists, with the
creation token you provided.
|
FileSystemInUseException |
Returned if a file system has mount targets.
|
FileSystemLimitExceededException |
Returned if the AWS account has already created maximum number of file
systems allowed per account.
|
FileSystemNotFoundException |
Returned if the specified
FileSystemId does not exist in the
requester's AWS account. |
IncorrectFileSystemLifeCycleStateException |
Returned if the file system's life cycle state is not "created".
|
IncorrectMountTargetStateException |
Returned if the mount target is not in the correct state for the operation.
|
InternalServerErrorException |
Returned if an error occurred on the server side.
|
IpAddressInUseException |
Returned if the request specified an
IpAddress that is already
in use in the subnet. |
MountTargetConflictException |
Returned if the mount target would violate one of the specified restrictions
based on the file system's existing mount targets.
|
MountTargetNotFoundException |
Returned if there is no mount target with the specified ID is found in the
caller's account.
|
NetworkInterfaceLimitExceededException |
The calling account has reached the ENI limit for the specific AWS region.
|
NoFreeAddressesInSubnetException |
Returned if
IpAddress was not specified in the request and there
are no free IP addresses in the subnet. |
SecurityGroupLimitExceededException |
Returned if the size of
SecurityGroups specified in the request
is greater than five. |
SecurityGroupNotFoundException |
Returned if one of the specified security groups does not exist in the
subnet's VPC.
|
SubnetNotFoundException |
Returned if there is no subnet with ID
SubnetId provided in the
request. |
UnsupportedAvailabilityZoneException |
Copyright © 2015. All rights reserved.