AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Returns an existing theme for an Amplify app.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to GetThemeAsync.

Namespace: Amazon.AmplifyUIBuilder
Assembly: AWSSDK.AmplifyUIBuilder.dll
Version: 3.x.y.z

Syntax

C#
public abstract GetThemeResponse GetTheme(
         GetThemeRequest request
)

Parameters

request
Type: Amazon.AmplifyUIBuilder.Model.GetThemeRequest

Container for the necessary parameters to execute the GetTheme service method.

Return Value


The response from the GetTheme service method, as returned by AmplifyUIBuilder.

Exceptions

ExceptionCondition
InternalServerException An internal error has occurred. Please retry your request.
InvalidParameterException An invalid or out-of-range value was supplied for the input parameter.
ResourceNotFoundException The requested resource does not exist, or access was denied.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also