Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EIPNotFoundError ¶
type EIPNotFoundError struct {
// contains filtered or unexported fields
}
func NewEIPNotFoundError ¶
func NewEIPNotFoundError(eip string) EIPNotFoundError
func (EIPNotFoundError) Error ¶
func (r EIPNotFoundError) Error() string
type ResourceNotEnoughError ¶
type ResourceNotEnoughError struct {
// contains filtered or unexported fields
}
func NewResourceNotEnoughError ¶
func NewResourceNotEnoughError(resourcename string) ResourceNotEnoughError
func (ResourceNotEnoughError) Error ¶
func (r ResourceNotEnoughError) Error() string
Click to show internal directories.
Click to hide internal directories.