public static interface IpamDiscoveryFailureReason.Builder extends SdkPojo, CopyableBuilder<IpamDiscoveryFailureReason.Builder,IpamDiscoveryFailureReason>
| Modifier and Type | Method and Description |
|---|---|
IpamDiscoveryFailureReason.Builder |
code(IpamDiscoveryFailureCode code)
The discovery failure code.
|
IpamDiscoveryFailureReason.Builder |
code(String code)
The discovery failure code.
|
IpamDiscoveryFailureReason.Builder |
message(String message)
The discovery failure message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIpamDiscoveryFailureReason.Builder code(String code)
The discovery failure code.
assume-role-failure - IPAM could not assume the Amazon Web Services IAM service-linked role.
This could be because of any of the following:
SLR has not been created yet and IPAM is still creating it.
You have opted-out of the IPAM home Region.
Account you are using as your IPAM account has been suspended.
throttling-failure - IPAM account is already using the allotted transactions per second and IPAM
is receiving a throttling error when assuming the Amazon Web Services IAM SLR.
unauthorized-failure - Amazon Web Services account making the request is not authorized. For
more information, see AuthFailure in the
Amazon Elastic Compute Cloud API Reference.
code - The discovery failure code.
assume-role-failure - IPAM could not assume the Amazon Web Services IAM service-linked
role. This could be because of any of the following:
SLR has not been created yet and IPAM is still creating it.
You have opted-out of the IPAM home Region.
Account you are using as your IPAM account has been suspended.
throttling-failure - IPAM account is already using the allotted transactions per second
and IPAM is receiving a throttling error when assuming the Amazon Web Services IAM SLR.
unauthorized-failure - Amazon Web Services account making the request is not authorized.
For more information, see AuthFailure in
the Amazon Elastic Compute Cloud API Reference.
IpamDiscoveryFailureCode,
IpamDiscoveryFailureCodeIpamDiscoveryFailureReason.Builder code(IpamDiscoveryFailureCode code)
The discovery failure code.
assume-role-failure - IPAM could not assume the Amazon Web Services IAM service-linked role.
This could be because of any of the following:
SLR has not been created yet and IPAM is still creating it.
You have opted-out of the IPAM home Region.
Account you are using as your IPAM account has been suspended.
throttling-failure - IPAM account is already using the allotted transactions per second and IPAM
is receiving a throttling error when assuming the Amazon Web Services IAM SLR.
unauthorized-failure - Amazon Web Services account making the request is not authorized. For
more information, see AuthFailure in the
Amazon Elastic Compute Cloud API Reference.
code - The discovery failure code.
assume-role-failure - IPAM could not assume the Amazon Web Services IAM service-linked
role. This could be because of any of the following:
SLR has not been created yet and IPAM is still creating it.
You have opted-out of the IPAM home Region.
Account you are using as your IPAM account has been suspended.
throttling-failure - IPAM account is already using the allotted transactions per second
and IPAM is receiving a throttling error when assuming the Amazon Web Services IAM SLR.
unauthorized-failure - Amazon Web Services account making the request is not authorized.
For more information, see AuthFailure in
the Amazon Elastic Compute Cloud API Reference.
IpamDiscoveryFailureCode,
IpamDiscoveryFailureCodeIpamDiscoveryFailureReason.Builder message(String message)
The discovery failure message.
message - The discovery failure message.Copyright © 2023. All rights reserved.