@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IpamDiscoveryFailureReason extends Object implements Serializable, Cloneable
The discovery failure reason.
Constructor and Description |
---|
IpamDiscoveryFailureReason() |
Modifier and Type | Method and Description |
---|---|
IpamDiscoveryFailureReason |
clone() |
boolean |
equals(Object obj) |
String |
getCode()
The discovery failure code.
|
String |
getMessage()
The discovery failure message.
|
int |
hashCode() |
void |
setCode(String code)
The discovery failure code.
|
void |
setMessage(String message)
The discovery failure message.
|
String |
toString()
Returns a string representation of this object.
|
IpamDiscoveryFailureReason |
withCode(IpamDiscoveryFailureCode code)
The discovery failure code.
|
IpamDiscoveryFailureReason |
withCode(String code)
The discovery failure code.
|
IpamDiscoveryFailureReason |
withMessage(String message)
The discovery failure message.
|
public void setCode(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
public String getCode()
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.
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
public IpamDiscoveryFailureReason withCode(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
public IpamDiscoveryFailureReason withCode(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
public void setMessage(String message)
The discovery failure message.
message
- The discovery failure message.public String getMessage()
The discovery failure message.
public IpamDiscoveryFailureReason withMessage(String message)
The discovery failure message.
message
- The discovery failure message.public String toString()
toString
in class Object
Object.toString()
public IpamDiscoveryFailureReason clone()