Struct aws_sdk_managedblockchain::client::fluent_builders::RejectInvitation [−][src]
pub struct RejectInvitation<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to RejectInvitation
.
Rejects an invitation to join a network. This action can be called by a principal in an AWS account that has received an invitation to create a member and join a network.
Applies only to Hyperledger Fabric.
Implementations
impl<C, M, R> RejectInvitation<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> RejectInvitation<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<RejectInvitationOutput, SdkError<RejectInvitationError>> where
R::Policy: SmithyRetryPolicy<RejectInvitationInputOperationOutputAlias, RejectInvitationOutput, RejectInvitationError, RejectInvitationInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<RejectInvitationOutput, SdkError<RejectInvitationError>> where
R::Policy: SmithyRetryPolicy<RejectInvitationInputOperationOutputAlias, RejectInvitationOutput, RejectInvitationError, RejectInvitationInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The unique identifier of the invitation to reject.
The unique identifier of the invitation to reject.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for RejectInvitation<C, M, R>
impl<C, M, R> Send for RejectInvitation<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for RejectInvitation<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for RejectInvitation<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for RejectInvitation<C, M, R>
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