Class: Aws::Types::ResourceNotFoundException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def message
  @message
end

#reason ⇒ "KMS_KEY_NOT_FOUND"

Returns the value of attribute reason.

Returns:

  • ("KMS_KEY_NOT_FOUND")


416
417
418
# File 'sig/types.rbs', line 416

def reason
  @reason
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


418
419
420
# File 'sig/types.rbs', line 418

def request_id
  @request_id
end

#resource_id ⇒ ::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def resource_id
  @resource_id
end

#resource_type ⇒ "GROUP", ...

Returns the value of attribute resource_type.

Returns:

  • ("GROUP", "USER", "IDENTITY_STORE", "GROUP_MEMBERSHIP", "RESOURCE_POLICY")


414
415
416
# File 'sig/types.rbs', line 414

def resource_type
  @resource_type
end