Class: Aws::SSMIncidents::Types::ResourceNotFoundException

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

Overview

Request references a resource which doesn't exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1992
1993
1994
1995
1996
1997
1998
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1992

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_identifier,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierString

The identifier for the requested resource

Returns:

  • (String)


1992
1993
1994
1995
1996
1997
1998
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1992

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_identifier,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type

Returns:

  • (String)


1992
1993
1994
1995
1996
1997
1998
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1992

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_identifier,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end