Expand description
The request was rejected because of the ConnectionState of the custom key store. To get the ConnectionState of a custom key store, use the DescribeCustomKeyStores operation.
This exception is thrown under the following conditions:
-
You requested the
CreateKeyorGenerateRandomoperation in a custom key store that is not connected. These operations are valid only when the custom key storeConnectionStateisCONNECTED. -
You requested the
UpdateCustomKeyStoreorDeleteCustomKeyStoreoperation on a custom key store that is not disconnected. This operation is valid only when the custom key storeConnectionStateisDISCONNECTED. -
You requested the
ConnectCustomKeyStoreoperation on a custom key store with aConnectionStateofDISCONNECTINGorFAILED. This operation is valid for all otherConnectionStatevalues.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.message: Option<String>Implementations
Creates a new builder-style object to manufacture CustomKeyStoreInvalidStateException
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for CustomKeyStoreInvalidStateException
impl Sync for CustomKeyStoreInvalidStateException
impl Unpin for CustomKeyStoreInvalidStateException
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more