Class: Aws::IAM::Types::NoSuchEntityException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

The request was rejected because it referenced a resource entity that does not exist. The error message describes the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7547
7548
7549
7550
7551
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 7547

class NoSuchEntityException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end