AWSEMRClusterStatusErrorDetail
No description
type AWSEMRClusterStatusErrorDetail {
code: String!
data: [AWSEMRClusterStatusErrorData!]!
message: String!
}
Fields
AWSEMRClusterStatusErrorDetail.code
● String!
non-null scalar
The name or code associated with the error
AWSEMRClusterStatusErrorDetail.data
● [AWSEMRClusterStatusErrorData!]!
non-null object
A list of key value pairs that provides contextual information about why an error occured
AWSEMRClusterStatusErrorDetail.message
● String!
non-null scalar
A message that describes the error
Member of
AWSEMRClusterStatus
object