Class InvalidResourceTypeException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<InvalidResourceTypeException.Builder,InvalidResourceTypeException>

@Generated("software.amazon.awssdk:codegen") public final class InvalidResourceTypeException extends SsmException implements ToCopyableBuilder<InvalidResourceTypeException.Builder,InvalidResourceTypeException>

The resource type isn't valid. For example, if you are attempting to tag an EC2 instance, the instance must be a registered managed node.

See Also: