package types
import "github.com/aws/aws-sdk-go-v2/service/migrationhubconfig/types"
Index ¶
- type AccessDeniedException
- func (e *AccessDeniedException) Error() string
- func (e *AccessDeniedException) ErrorCode() string
- func (e *AccessDeniedException) ErrorFault() smithy.ErrorFault
- func (e *AccessDeniedException) ErrorMessage() string
- func (e *AccessDeniedException) GetMessage() string
- func (e *AccessDeniedException) HasMessage() bool
- type DryRunOperation
- func (e *DryRunOperation) Error() string
- func (e *DryRunOperation) ErrorCode() string
- func (e *DryRunOperation) ErrorFault() smithy.ErrorFault
- func (e *DryRunOperation) ErrorMessage() string
- func (e *DryRunOperation) GetMessage() string
- func (e *DryRunOperation) HasMessage() bool
- type HomeRegionControl
- type InternalServerError
- func (e *InternalServerError) Error() string
- func (e *InternalServerError) ErrorCode() string
- func (e *InternalServerError) ErrorFault() smithy.ErrorFault
- func (e *InternalServerError) ErrorMessage() string
- func (e *InternalServerError) GetMessage() string
- func (e *InternalServerError) HasMessage() bool
- type InvalidInputException
- func (e *InvalidInputException) Error() string
- func (e *InvalidInputException) ErrorCode() string
- func (e *InvalidInputException) ErrorFault() smithy.ErrorFault
- func (e *InvalidInputException) ErrorMessage() string
- func (e *InvalidInputException) GetMessage() string
- func (e *InvalidInputException) HasMessage() bool
- type ServiceUnavailableException
- func (e *ServiceUnavailableException) Error() string
- func (e *ServiceUnavailableException) ErrorCode() string
- func (e *ServiceUnavailableException) ErrorFault() smithy.ErrorFault
- func (e *ServiceUnavailableException) ErrorMessage() string
- func (e *ServiceUnavailableException) GetMessage() string
- func (e *ServiceUnavailableException) HasMessage() bool
- type Target
- type TargetType
- type ThrottlingException
- func (e *ThrottlingException) Error() string
- func (e *ThrottlingException) ErrorCode() string
- func (e *ThrottlingException) ErrorFault() smithy.ErrorFault
- func (e *ThrottlingException) ErrorMessage() string
- func (e *ThrottlingException) GetMessage() string
- func (e *ThrottlingException) GetRetryAfterSeconds() int32
- func (e *ThrottlingException) HasMessage() bool
- func (e *ThrottlingException) HasRetryAfterSeconds() bool
Types ¶
type AccessDeniedException ¶
type AccessDeniedException struct { Message *string }
You do not have sufficient access to perform this action.
func (*AccessDeniedException) Error ¶
func (e *AccessDeniedException) Error() string
func (*AccessDeniedException) ErrorCode ¶
func (e *AccessDeniedException) ErrorCode() string
func (*AccessDeniedException) ErrorFault ¶
func (e *AccessDeniedException) ErrorFault() smithy.ErrorFault
func (*AccessDeniedException) ErrorMessage ¶
func (e *AccessDeniedException) ErrorMessage() string
func (*AccessDeniedException) GetMessage ¶
func (e *AccessDeniedException) GetMessage() string
func (*AccessDeniedException) HasMessage ¶
func (e *AccessDeniedException) HasMessage() bool
type DryRunOperation ¶
type DryRunOperation struct { Message *string }
Exception raised to indicate that authorization of an action was successful, when the DryRun flag is set to true.
func (*DryRunOperation) Error ¶
func (e *DryRunOperation) Error() string
func (*DryRunOperation) ErrorCode ¶
func (e *DryRunOperation) ErrorCode() string
func (*DryRunOperation) ErrorFault ¶
func (e *DryRunOperation) ErrorFault() smithy.ErrorFault
func (*DryRunOperation) ErrorMessage ¶
func (e *DryRunOperation) ErrorMessage() string
func (*DryRunOperation) GetMessage ¶
func (e *DryRunOperation) GetMessage() string
func (*DryRunOperation) HasMessage ¶
func (e *DryRunOperation) HasMessage() bool
type HomeRegionControl ¶
type HomeRegionControl struct { // The target parameter specifies the identifier to which the home region is // applied, which is always an ACCOUNT. It applies the home region to the current // ACCOUNT. Target *Target // A unique identifier that's generated for each home region control. It's always a // string that begins with "hrc-" followed by 12 lowercase letters and numbers. ControlId *string // A timestamp representing the time when the customer called // CreateHomeregionControl and set the home region for the account. RequestedTime *time.Time // The AWS Region that's been set as home region. For example, "us-west-2" or // "eu-central-1" are valid home regions. HomeRegion *string }
A home region control is an object that specifies the home region for an account, with some additional information. It contains a target (always of type ACCOUNT), an ID, and a time at which the home region was set.
type InternalServerError ¶
type InternalServerError struct { Message *string }
Exception raised when an internal, configuration, or dependency error is encountered.
func (*InternalServerError) Error ¶
func (e *InternalServerError) Error() string
func (*InternalServerError) ErrorCode ¶
func (e *InternalServerError) ErrorCode() string
func (*InternalServerError) ErrorFault ¶
func (e *InternalServerError) ErrorFault() smithy.ErrorFault
func (*InternalServerError) ErrorMessage ¶
func (e *InternalServerError) ErrorMessage() string
func (*InternalServerError) GetMessage ¶
func (e *InternalServerError) GetMessage() string
func (*InternalServerError) HasMessage ¶
func (e *InternalServerError) HasMessage() bool
type InvalidInputException ¶
type InvalidInputException struct { Message *string }
Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
func (*InvalidInputException) Error ¶
func (e *InvalidInputException) Error() string
func (*InvalidInputException) ErrorCode ¶
func (e *InvalidInputException) ErrorCode() string
func (*InvalidInputException) ErrorFault ¶
func (e *InvalidInputException) ErrorFault() smithy.ErrorFault
func (*InvalidInputException) ErrorMessage ¶
func (e *InvalidInputException) ErrorMessage() string
func (*InvalidInputException) GetMessage ¶
func (e *InvalidInputException) GetMessage() string
func (*InvalidInputException) HasMessage ¶
func (e *InvalidInputException) HasMessage() bool
type ServiceUnavailableException ¶
type ServiceUnavailableException struct { string }*
Exception raised when a request fails due to temporary unavailability of the service.
func (*ServiceUnavailableException) Error ¶
func (e *ServiceUnavailableException) Error() string
func (*ServiceUnavailableException) ErrorCode ¶
func (e *ServiceUnavailableException) ErrorCode() string
func (*ServiceUnavailableException) ErrorFault ¶
func (e *ServiceUnavailableException) ErrorFault() smithy.ErrorFault
func (*ServiceUnavailableException) ErrorMessage ¶
func (e *ServiceUnavailableException) ErrorMessage() string
func (*ServiceUnavailableException) GetMessage ¶
func (e *ServiceUnavailableException) GetMessage() string
func (*ServiceUnavailableException) HasMessage ¶
func (e *ServiceUnavailableException) HasMessage() bool
type Target ¶
type Target struct { // The target type is always an ACCOUNT. Type TargetType // The TargetID is a 12-character identifier of the ACCOUNT for which the control // was created. (This must be the current account.) Id *string }
The target parameter specifies the identifier to which the home region is applied, which is always an ACCOUNT. It applies the home region to the current ACCOUNT.
type TargetType ¶
type TargetType string
const ( TargetTypeAccount TargetType = "ACCOUNT" )
Enum values for TargetType
type ThrottlingException ¶
The request was denied due to request throttling.
func (*ThrottlingException) Error ¶
func (e *ThrottlingException) Error() string
func (*ThrottlingException) ErrorCode ¶
func (e *ThrottlingException) ErrorCode() string
func (*ThrottlingException) ErrorFault ¶
func (e *ThrottlingException) ErrorFault() smithy.ErrorFault
func (*ThrottlingException) ErrorMessage ¶
func (e *ThrottlingException) ErrorMessage() string
func (*ThrottlingException) GetMessage ¶
func (e *ThrottlingException) GetMessage() string
func (*ThrottlingException) GetRetryAfterSeconds ¶
func (e *ThrottlingException) GetRetryAfterSeconds() int32
func (*ThrottlingException) HasMessage ¶
func (e *ThrottlingException) HasMessage() bool
func (*ThrottlingException) HasRetryAfterSeconds ¶
func (e *ThrottlingException) HasRetryAfterSeconds() bool
Source Files ¶
- Version
- v0.1.0
- Published
- Sep 29, 2020
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 9 hours ago –
Tools for package owners.