All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.shield.model.AccessDeniedForDependencyException Maven / Gradle / Ivy

/*
 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
 * the License. A copy of the License is located at
 * 
 * http://aws.amazon.com/apache2.0
 * 
 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
 * and limitations under the License.
 */
package com.amazonaws.services.shield.model;

import javax.annotation.Generated;

/**
 * 

* In order to grant the necessary access to the Shield Response Team (SRT) the user submitting the request must have * the iam:PassRole permission. This error indicates the user did not have the appropriate permissions. For * more information, see Granting * a User Permissions to Pass a Role to an Amazon Web Services Service. *

*/ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class AccessDeniedForDependencyException extends com.amazonaws.services.shield.model.AWSShieldException { private static final long serialVersionUID = 1L; /** * Constructs a new AccessDeniedForDependencyException with the specified error message. * * @param message * Describes the error encountered. */ public AccessDeniedForDependencyException(String message) { super(message); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy