Serializable, Comparable<AccessDeniedErrorCode>@Generated("software.amazon.awssdk:codegen") public enum AccessDeniedErrorCode extends Enum<AccessDeniedErrorCode>
| Modifier and Type | Method | Description |
|---|---|---|
static AccessDeniedErrorCode |
fromValue(String value) |
Use this in place of valueOf.
|
String |
toString() |
|
static AccessDeniedErrorCode |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AccessDeniedErrorCode[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessDeniedErrorCode ACCESS_DENIED_TO_ASSESSMENT_TARGET
public static final AccessDeniedErrorCode ACCESS_DENIED_TO_ASSESSMENT_TEMPLATE
public static final AccessDeniedErrorCode ACCESS_DENIED_TO_ASSESSMENT_RUN
public static final AccessDeniedErrorCode ACCESS_DENIED_TO_FINDING
public static final AccessDeniedErrorCode ACCESS_DENIED_TO_RESOURCE_GROUP
public static final AccessDeniedErrorCode ACCESS_DENIED_TO_RULES_PACKAGE
public static final AccessDeniedErrorCode ACCESS_DENIED_TO_SNS_TOPIC
public static final AccessDeniedErrorCode ACCESS_DENIED_TO_IAM_ROLE
public static AccessDeniedErrorCode[] values()
for (AccessDeniedErrorCode c : AccessDeniedErrorCode.values()) System.out.println(c);
public static AccessDeniedErrorCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<AccessDeniedErrorCode>public static AccessDeniedErrorCode fromValue(String value)
value - real valueCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.