Class InvalidObjectStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- software.amazon.awssdk.core.exception.SdkException
-
- software.amazon.awssdk.core.exception.SdkServiceException
-
- software.amazon.awssdk.awscore.exception.AwsServiceException
-
- software.amazon.awssdk.services.s3.model.S3Exception
-
- software.amazon.awssdk.services.s3.model.InvalidObjectStateException
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<InvalidObjectStateException.Builder,InvalidObjectStateException>
@Generated("software.amazon.awssdk:codegen") public final class InvalidObjectStateException extends S3Exception implements ToCopyableBuilder<InvalidObjectStateException.Builder,InvalidObjectStateException>
Object is archived and inaccessible until restored.
If the object you are retrieving is stored in the S3 Glacier Flexible Retrieval storage class, the S3 Glacier Deep Archive storage class, the S3 Intelligent-Tiering Archive Access tier, or the S3 Intelligent-Tiering Deep Archive Access tier, before you can retrieve the object you must first restore a copy using RestoreObject. Otherwise, this operation returns an
InvalidObjectState
error. For information about restoring archived objects, see Restoring Archived Objects in the Amazon S3 User Guide.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
InvalidObjectStateException.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntelligentTieringAccessTier
accessTier()
Returns the value of the AccessTier property for this object.String
accessTierAsString()
Returns the value of the AccessTier property for this object.static InvalidObjectStateException.Builder
builder()
Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends InvalidObjectStateException.Builder>
serializableBuilderClass()
StorageClass
storageClass()
Returns the value of the StorageClass property for this object.String
storageClassAsString()
Returns the value of the StorageClass property for this object.InvalidObjectStateException.Builder
toBuilder()
-
Methods inherited from class software.amazon.awssdk.awscore.exception.AwsServiceException
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
-
Methods inherited from class software.amazon.awssdk.core.exception.SdkServiceException
extendedRequestId, isRetryableException, requestId, statusCode
-
Methods inherited from class software.amazon.awssdk.core.exception.SdkException
create, numAttempts, rawMessage, retryable
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
toBuilder
public InvalidObjectStateException.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<InvalidObjectStateException.Builder,InvalidObjectStateException>
- Overrides:
toBuilder
in classS3Exception
-
builder
public static InvalidObjectStateException.Builder builder()
-
serializableBuilderClass
public static Class<? extends InvalidObjectStateException.Builder> serializableBuilderClass()
-
storageClass
public StorageClass storageClass()
Returns the value of the StorageClass property for this object.If the service returns an enum value that is not available in the current SDK version,
storageClass
will returnStorageClass.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstorageClassAsString()
.- Returns:
- The value of the StorageClass property for this object.
- See Also:
StorageClass
-
storageClassAsString
public String storageClassAsString()
Returns the value of the StorageClass property for this object.If the service returns an enum value that is not available in the current SDK version,
storageClass
will returnStorageClass.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstorageClassAsString()
.- Returns:
- The value of the StorageClass property for this object.
- See Also:
StorageClass
-
accessTier
public IntelligentTieringAccessTier accessTier()
Returns the value of the AccessTier property for this object.If the service returns an enum value that is not available in the current SDK version,
accessTier
will returnIntelligentTieringAccessTier.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromaccessTierAsString()
.- Returns:
- The value of the AccessTier property for this object.
- See Also:
IntelligentTieringAccessTier
-
accessTierAsString
public String accessTierAsString()
Returns the value of the AccessTier property for this object.If the service returns an enum value that is not available in the current SDK version,
accessTier
will returnIntelligentTieringAccessTier.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromaccessTierAsString()
.- Returns:
- The value of the AccessTier property for this object.
- See Also:
IntelligentTieringAccessTier
-
sdkFields
public final List<SdkField<?>> sdkFields()
- Specified by:
sdkFields
in interfaceSdkPojo
- Overrides:
sdkFields
in classSdkServiceException
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-