TableVersionError
import "github.com/aws/aws-sdk-go/service/glue"
type TableVersionError struct { ErrorDetail *ErrorDetail `type:"structure"` TableName *string `min:"1" type:"string"` VersionId *string `min:"1" type:"string"` }
An error record for table-version operations.
- ErrorDetail
-
Contains details about an error.
- TableName
-
Type:
*string
The name of the table in question.
- VersionId
-
Type:
*string
The ID value of the version in question. A VersionID is a string representation of an integer. Each version is incremented by 1.
Method
GoString
func (s TableVersionError) GoString() string
GoString returns the string representation
SetErrorDetail
func (s *TableVersionError) SetErrorDetail(v *ErrorDetail) *TableVersionError
SetErrorDetail sets the ErrorDetail field's value.
SetTableName
func (s *TableVersionError) SetTableName(v string) *TableVersionError
SetTableName sets the TableName field's value.
SetVersionId
func (s *TableVersionError) SetVersionId(v string) *TableVersionError
SetVersionId sets the VersionId field's value.
String
func (s TableVersionError) String() string
String returns the string representation