Class: Aws::SSOOIDC::Types::InvalidRequestRegionException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssooidc/types.rb

Overview

Indicates that a token provided as input to the request was issued by and is only usable by calling IAM Identity Center endpoints in another region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Method Summary

Methods included from Aws::Structure

#empty?, included, #initialize, #key?, new, #to_h, #to_s

Instance Attribute Details

#endpointString

Indicates the IAM Identity Center endpoint which the requester may call with this token.

Returns:

  • (String)


517
518
519
520
521
522
523
524
# File 'lib/aws-sdk-ssooidc/types.rb', line 517

class InvalidRequestRegionException < Struct.new(
  :error,
  :error_description,
  :endpoint,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#errorString

Single error code. For this exception the value will be ‘invalid_request`.

Returns:

  • (String)


517
518
519
520
521
522
523
524
# File 'lib/aws-sdk-ssooidc/types.rb', line 517

class InvalidRequestRegionException < Struct.new(
  :error,
  :error_description,
  :endpoint,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#error_descriptionString

Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.

Returns:

  • (String)


517
518
519
520
521
522
523
524
# File 'lib/aws-sdk-ssooidc/types.rb', line 517

class InvalidRequestRegionException < Struct.new(
  :error,
  :error_description,
  :endpoint,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

Indicates the region which the requester may call with this token.

Returns:

  • (String)


517
518
519
520
521
522
523
524
# File 'lib/aws-sdk-ssooidc/types.rb', line 517

class InvalidRequestRegionException < Struct.new(
  :error,
  :error_description,
  :endpoint,
  :region)
  SENSITIVE = []
  include Aws::Structure
end