Class TemplateAssignmentResourceError
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.TemplateAssignmentResourceError
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TemplateAssignmentResourceError extends com.ibm.cloud.sdk.core.service.model.GenericModelBody parameters for assignment error.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetErrorCode()Gets the errorCode.java.lang.StringgetMessage()Gets the message.java.lang.StringgetName()Gets the name.java.lang.StringgetStatusCode()Gets the statusCode.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the name. Name of the error.- Returns:
- the name
-
getErrorCode
public java.lang.String getErrorCode()
Gets the errorCode. Internal error code.- Returns:
- the errorCode
-
getMessage
public java.lang.String getMessage()
Gets the message. Error message detailing the nature of the error.- Returns:
- the message
-
getStatusCode
public java.lang.String getStatusCode()
Gets the statusCode. Internal status code for the error.- Returns:
- the statusCode
-
-