AWSEC2IpamDiscoveryFailureReason
Objective-C
@interface AWSEC2IpamDiscoveryFailureReasonSwift
class AWSEC2IpamDiscoveryFailureReasonThe discovery failure reason.
- 
                  
                  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.
 DeclarationObjective-C @property (nonatomic) AWSEC2IpamDiscoveryFailureCode code;Swift var code: AWSEC2IpamDiscoveryFailureCode { get set }
- 
                  
                  The discovery failure message. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable message;Swift var message: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2IpamDiscoveryFailureReason Class Reference
        AWSEC2IpamDiscoveryFailureReason Class Reference