Class: Aws::Types::GetSensitiveDataOccurrencesAvailabilityResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSensitiveDataOccurrencesAvailabilityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "AVAILABLE", "UNAVAILABLE"
Returns the value of attribute code.
-
#reasons ⇒ ::Array[("OBJECT_EXCEEDS_SIZE_QUOTA" | "UNSUPPORTED_OBJECT_TYPE" | "UNSUPPORTED_FINDING_TYPE" | "INVALID_CLASSIFICATION_RESULT" | "OBJECT_UNAVAILABLE" | "ACCOUNT_NOT_IN_ORGANIZATION" | "MISSING_GET_MEMBER_PERMISSION" | "ROLE_TOO_PERMISSIVE" | "MEMBER_ROLE_TOO_PERMISSIVE" | "INVALID_RESULT_SIGNATURE" | "RESULT_NOT_SIGNED")]
Returns the value of attribute reasons.
Instance Attribute Details
#code ⇒ "AVAILABLE", "UNAVAILABLE"
Returns the value of attribute code.
955 956 957 |
# File 'sig/types.rbs', line 955 def code @code end |
#reasons ⇒ ::Array[("OBJECT_EXCEEDS_SIZE_QUOTA" | "UNSUPPORTED_OBJECT_TYPE" | "UNSUPPORTED_FINDING_TYPE" | "INVALID_CLASSIFICATION_RESULT" | "OBJECT_UNAVAILABLE" | "ACCOUNT_NOT_IN_ORGANIZATION" | "MISSING_GET_MEMBER_PERMISSION" | "ROLE_TOO_PERMISSIVE" | "MEMBER_ROLE_TOO_PERMISSIVE" | "INVALID_RESULT_SIGNATURE" | "RESULT_NOT_SIGNED")]
Returns the value of attribute reasons.
956 957 958 |
# File 'sig/types.rbs', line 956 def reasons @reasons end |